Html Css Color HEX #7BBA97 Padua

📋 copy color: '#7BBA97'

red 123 ◦ green 186 ◦ blue 151

#7BBA97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Padua #7BBA97

Tints of Padua #7BBA97

RGB

 RED value IS 123 (48.44% from 255) = 26.74%

 GREEN value IS 186 (73.05% from 255) = 40.43%

 BLUE value IS 151 (59.38% from 255) = 32.83%

R = 26.74%
G = 40.43%
B = 32.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7BBA97 (or 0x7BBA97) is known color: Padua. HEX triplet: 7B, BA and 97. RGB value is (123,186,151). Sum of RGB (Red+Green+Blue) = 123+186+151=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA97 is #844568. Grayscale: #A3A3A3. Windows color (decimal): -8668521 or 9943675. OLE color: 9943675.

HSL color Cylindrical-coordinate representation of color #7BBA97: hue angle of 146.67º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBA97 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 186 151 -
CMYK 0.34 0 0.19 0.27
HSL 146.67º 0.31% 0.61% -
HSV(B) 146.67º 0.34% 0.73% -
XYZ 31.31 41.56 35.65 -
YUV 163.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 123 186 151 0.34 0 0.19 0.27 146.67 0.31 0.61
Hex 7B BA 97 22 0 13 1B 93 1F 3D
Octal 173 272 227 42 0 23 33 223 37 75
Binary 1111011 10111010 10010111 100010 0 10011 11011 10010011 11111 111101

Color Harmonies of #7BBA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BBA97

Black with #7BBA97

Text Example


Text Example

White with #7BBA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BBA97; }

 p { color: rgb(123,186,151); }

 H1.HeaderClassName
 {
   color: #7BBA97;
 }
 .AnyTagClassName
 {
   color: #7BBA97;
 }
</style>

background-color css

<style>
 a { background-color: #7BBA97; }

 a { background-color: rgb(123,186,151); }

 div.DivClassName
 {
   background-color: #7BBA97;
 }
 .BgClassName
 {
   background-color: #7BBA97;
 }
</style>

border-color css

<style>
 span { border-color: #7BBA97; }

 span { border-color: rgb(123,186,151); }

 td.TdClassName
 {
   border-color: #7BBA97;
 }
 .TagClassName
 {
   border-color: #7BBA97;
 }
</style>