Html Css Color HEX #72C189 Bay Leaf

📋 copy color: '#72C189'

red 114 ◦ green 193 ◦ blue 137

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

Shades of Bay Leaf #72C189

Tints of Bay Leaf #72C189

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.47%

 BLUE value IS 137 (53.91% from 255) = 30.86%

R = 25.68%
G = 43.47%
B = 30.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#72C189 (or 0x72C189) is known color: Bay Leaf. HEX triplet: 72, C1 and 89. RGB value is (114,193,137). Sum of RGB (Red+Green+Blue) = 114+193+137=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #72C189 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C189 is #8D3E76. Grayscale: #A3A3A3. Windows color (decimal): -9256567 or 9027954. OLE color: 9027954.

HSL color Cylindrical-coordinate representation of color #72C189: hue angle of 137.47º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C189 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 193 137 -
CMYK 0.41 0 0.29 0.24
HSL 137.47º 0.39% 0.6% -
HSV(B) 137.47º 0.41% 0.76% -
XYZ 30.52 43.52 30.46 -
YUV 163 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 114 193 137 0.41 0 0.29 0.24 137.47 0.39 0.6
Hex 72 C1 89 29 0 1D 18 89 27 3C
Octal 162 301 211 51 0 35 30 211 47 74
Binary 1110010 11000001 10001001 101001 0 11101 11000 10001001 100111 111100

Color Harmonies of #72C189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C189

Black with #72C189

Text Example


Text Example

White with #72C189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,193,137); }

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

background-color css

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

 a { background-color: rgb(114,193,137); }

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

border-color css

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

 span { border-color: rgb(114,193,137); }

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