Html Css Color HEX #72BDBE Glacier

📋 copy color: '#72BDBE'

red 114 ◦ green 189 ◦ blue 190

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

Shades of Glacier #72BDBE

Tints of Glacier #72BDBE

RGB

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

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

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

R = 23.12%
G = 38.34%
B = 38.54%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#72BDBE (or 0x72BDBE) is known color: Glacier. HEX triplet: 72, BD and BE. RGB value is (114,189,190). Sum of RGB (Red+Green+Blue) = 114+189+190=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #72BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BDBE is #8D4241. Grayscale: #A6A6A6. Windows color (decimal): -9257538 or 12500338. OLE color: 12500338.

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

Color convert

RGB 114 189 190 -
CMYK 0.40 0.01 0 0.25
HSL 180.79º 0.37% 0.6% -
HSV(B) 180.79º 0.4% 0.75% -
XYZ 34.43 43.69 55.33 -
YUV 166.69 141.15 90.42 -
System Red Green Blue C M Y K H S L
Decimal 114 189 190 0.40 0.01 0 0.25 180.79 0.37 0.6
Hex 72 BD BE 28 1 0 19 B5 25 3C
Octal 162 275 276 50 1 0 31 265 45 74
Binary 1110010 10111101 10111110 101000 1 0 11001 10110101 100101 111100

Color Harmonies of #72BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BDBE

Black with #72BDBE

Text Example


Text Example

White with #72BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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