Html Css Color HEX #72BCBD Glacier

📋 copy color: '#72BCBD'

red 114 ◦ green 188 ◦ blue 189

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

Shades of Glacier #72BCBD

Tints of Glacier #72BCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.29%

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

R = 23.22%
G = 38.29%
B = 38.49%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#72BCBD (or 0x72BCBD) is known color: Glacier. HEX triplet: 72, BC and BD. RGB value is (114,188,189). Sum of RGB (Red+Green+Blue) = 114+188+189=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #72BCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BCBD is #8D4342. Grayscale: #A5A5A5. Windows color (decimal): -9257795 or 12434546. OLE color: 12434546.

HSL color Cylindrical-coordinate representation of color #72BCBD: hue angle of 180.8º 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 #72BCBD is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 188 189 -
CMYK 0.40 0.01 0 0.26
HSL 180.8º 0.36% 0.59% -
HSV(B) 180.8º 0.4% 0.74% -
XYZ 34.11 43.22 54.69 -
YUV 165.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 114 188 189 0.40 0.01 0 0.26 180.8 0.36 0.59
Hex 72 BC BD 28 1 0 1A B5 24 3B
Octal 162 274 275 50 1 0 32 265 44 73
Binary 1110010 10111100 10111101 101000 1 0 11010 10110101 100100 111011

Color Harmonies of #72BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BCBD

Black with #72BCBD

Text Example


Text Example

White with #72BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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