Html Css Color HEX #72BABB Glacier

📋 copy color: '#72BABB'

red 114 ◦ green 186 ◦ blue 187

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

Shades of Glacier #72BABB

Tints of Glacier #72BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.19%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 23.41%
G = 38.19%
B = 38.4%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#72BABB (or 0x72BABB) is known color: Glacier. HEX triplet: 72, BA and BB. RGB value is (114,186,187). Sum of RGB (Red+Green+Blue) = 114+186+187=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #72BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72BABB is #8D4544. Grayscale: #A4A4A4. Windows color (decimal): -9258309 or 12302962. OLE color: 12302962.

HSL color Cylindrical-coordinate representation of color #72BABB: hue angle of 180.82º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BABB is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 186 187 -
CMYK 0.39 0.01 0 0.27
HSL 180.82º 0.35% 0.59% -
HSV(B) 180.82º 0.39% 0.73% -
XYZ 33.47 42.28 53.41 -
YUV 164.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 114 186 187 0.39 0.01 0 0.27 180.82 0.35 0.59
Hex 72 BA BB 27 1 0 1B B5 23 3B
Octal 162 272 273 47 1 0 33 265 43 73
Binary 1110010 10111010 10111011 100111 1 0 11011 10110101 100011 111011

Color Harmonies of #72BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BABB

Black with #72BABB

Text Example


Text Example

White with #72BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,186,187); }

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

background-color css

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

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

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

border-color css

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

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

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