Html Css Color HEX #72BDBD Glacier

📋 copy color: '#72BDBD'

red 114 ◦ green 189 ◦ blue 189

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

Shades of Glacier #72BDBD

Tints of Glacier #72BDBD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.41%

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 23.17%
G = 38.41%
B = 38.41%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#72BDBD (or 0x72BDBD) is known color: Glacier. HEX triplet: 72, BD and BD. RGB value is (114,189,189). Sum of RGB (Red+Green+Blue) = 114+189+189=492 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.17% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #72BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BDBD is #8D4242. Grayscale: #A6A6A6. Windows color (decimal): -9257539 or 12434802. OLE color: 12434802.

HSL color Cylindrical-coordinate representation of color #72BDBD: hue angle of 180º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BDBD is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 189 189 -
CMYK 0.40 0 0 0.26
HSL 180º 0.36% 0.59% -
HSV(B) 180º 0.4% 0.74% -
XYZ 34.32 43.65 54.76 -
YUV 166.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 114 189 189 0.40 0 0 0.26 180 0.36 0.59
Hex 72 BD BD 28 0 0 1A B4 24 3B
Octal 162 275 275 50 0 0 32 264 44 73
Binary 1110010 10111101 10111101 101000 0 0 11010 10110100 100100 111011

Color Harmonies of #72BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BDBD

Black with #72BDBD

Text Example


Text Example

White with #72BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,189,189); }

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

background-color css

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

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

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

border-color css

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

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

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