Html Css Color HEX #76BABA Glacier

📋 copy color: '#76BABA'

red 118 ◦ green 186 ◦ blue 186

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

Shades of Glacier #76BABA

Tints of Glacier #76BABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 24.08%
G = 37.96%
B = 37.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#76BABA (or 0x76BABA) is known color: Glacier. HEX triplet: 76, BA and BA. RGB value is (118,186,186). Sum of RGB (Red+Green+Blue) = 118+186+186=490 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.08% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #76BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BABA is #894545. Grayscale: #A5A5A5. Windows color (decimal): -8996166 or 12237430. OLE color: 12237430.

HSL color Cylindrical-coordinate representation of color #76BABA: hue angle of 180º degrees, saturation: 0.33, 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 #76BABA is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 186 -
CMYK 0.37 0 0 0.27
HSL 180º 0.33% 0.6% -
HSV(B) 180º 0.37% 0.73% -
XYZ 33.89 42.51 52.87 -
YUV 165.67 139.47 94 -
System Red Green Blue C M Y K H S L
Decimal 118 186 186 0.37 0 0 0.27 180 0.33 0.6
Hex 76 BA BA 25 0 0 1B B4 21 3C
Octal 166 272 272 45 0 0 33 264 41 74
Binary 1110110 10111010 10111010 100101 0 0 11011 10110100 100001 111100

Color Harmonies of #76BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BABA

Black with #76BABA

Text Example


Text Example

White with #76BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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