Html Css Color HEX #76BABB Glacier

📋 copy color: '#76BABB'

red 118 ◦ green 186 ◦ blue 187

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

Shades of Glacier #76BABB

Tints of Glacier #76BABB

RGB

 RED value IS 118 (46.48% from 255) = 24.03%

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

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

R = 24.03%
G = 37.88%
B = 38.09%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#76BABB (or 0x76BABB) is known color: Glacier. HEX triplet: 76, BA and BB. RGB value is (118,186,187). Sum of RGB (Red+Green+Blue) = 118+186+187=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #76BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BABB is #894544. Grayscale: #A5A5A5. Windows color (decimal): -8996165 or 12302966. OLE color: 12302966.

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

Color convert

RGB 118 186 187 -
CMYK 0.37 0.01 0 0.27
HSL 180.87º 0.34% 0.6% -
HSV(B) 180.87º 0.37% 0.73% -
XYZ 34 42.56 53.44 -
YUV 165.78 139.97 93.92 -
System Red Green Blue C M Y K H S L
Decimal 118 186 187 0.37 0.01 0 0.27 180.87 0.34 0.6
Hex 76 BA BB 25 1 0 1B B5 22 3C
Octal 166 272 273 45 1 0 33 265 42 74
Binary 1110110 10111010 10111011 100101 1 0 11011 10110101 100010 111100

Color Harmonies of #76BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BABB

Black with #76BABB

Text Example


Text Example

White with #76BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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