Html Css Color HEX #72BA8C Bay Leaf

📋 copy color: '#72BA8C'

red 114 ◦ green 186 ◦ blue 140

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

Shades of Bay Leaf #72BA8C

Tints of Bay Leaf #72BA8C

RGB

 RED value IS 114 (44.92% from 255) = 25.91%

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

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 25.91%
G = 42.27%
B = 31.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#72BA8C (or 0x72BA8C) is known color: Bay Leaf. HEX triplet: 72, BA and 8C. RGB value is (114,186,140). Sum of RGB (Red+Green+Blue) = 114+186+140=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA8C is #8D4573. Grayscale: #9F9F9F. Windows color (decimal): -9258356 or 9222770. OLE color: 9222770.

HSL color Cylindrical-coordinate representation of color #72BA8C: hue angle of 141.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BA8C is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 186 140 -
CMYK 0.39 0 0.25 0.27
HSL 141.67º 0.34% 0.59% -
HSV(B) 141.67º 0.39% 0.73% -
XYZ 29.23 40.59 31.1 -
YUV 159.23 117.15 95.74 -
System Red Green Blue C M Y K H S L
Decimal 114 186 140 0.39 0 0.25 0.27 141.67 0.34 0.59
Hex 72 BA 8C 27 0 19 1B 8E 22 3B
Octal 162 272 214 47 0 31 33 216 42 73
Binary 1110010 10111010 10001100 100111 0 11001 11011 10001110 100010 111011

Color Harmonies of #72BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BA8C

Black with #72BA8C

Text Example


Text Example

White with #72BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72BA8C; }

 p { color: rgb(114,186,140); }

 H1.HeaderClassName
 {
   color: #72BA8C;
 }
 .AnyTagClassName
 {
   color: #72BA8C;
 }
</style>

background-color css

<style>
 a { background-color: #72BA8C; }

 a { background-color: rgb(114,186,140); }

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

border-color css

<style>
 span { border-color: #72BA8C; }

 span { border-color: rgb(114,186,140); }

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