Html Css Color HEX #72B8BE Glacier

📋 copy color: '#72B8BE'

red 114 ◦ green 184 ◦ blue 190

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

Shades of Glacier #72B8BE

Tints of Glacier #72B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.7%

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 23.36%
G = 37.7%
B = 38.93%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#72B8BE (or 0x72B8BE) is known color: Glacier. HEX triplet: 72, B8 and BE. RGB value is (114,184,190). Sum of RGB (Red+Green+Blue) = 114+184+190=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #72B8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B8BE is #8D4741. Grayscale: #A3A3A3. Windows color (decimal): -9258818 or 12499058. OLE color: 12499058.

HSL color Cylindrical-coordinate representation of color #72B8BE: hue angle of 184.74º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72B8BE is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 184 190 -
CMYK 0.40 0.03 0 0.25
HSL 184.74º 0.37% 0.6% -
HSV(B) 184.74º 0.4% 0.75% -
XYZ 33.37 41.58 54.98 -
YUV 163.75 142.81 92.51 -
System Red Green Blue C M Y K H S L
Decimal 114 184 190 0.40 0.03 0 0.25 184.74 0.37 0.6
Hex 72 B8 BE 28 3 0 19 B9 25 3C
Octal 162 270 276 50 3 0 31 271 45 74
Binary 1110010 10111000 10111110 101000 11 0 11001 10111001 100101 111100

Color Harmonies of #72B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B8BE

Black with #72B8BE

Text Example


Text Example

White with #72B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,184,190); }

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

background-color css

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

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

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

border-color css

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

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

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