Html Css Color HEX #76BBBB Glacier

📋 copy color: '#76BBBB'

red 118 ◦ green 187 ◦ blue 187

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

Shades of Glacier #76BBBB

Tints of Glacier #76BBBB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.01%

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

R = 23.98%
G = 38.01%
B = 38.01%

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

#76BBBB (or 0x76BBBB) is known color: Glacier. HEX triplet: 76, BB and BB. RGB value is (118,187,187). Sum of RGB (Red+Green+Blue) = 118+187+187=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #76BBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBBB is #894444. Grayscale: #A6A6A6. Windows color (decimal): -8995909 or 12303222. OLE color: 12303222.

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

Color convert

RGB 118 187 187 -
CMYK 0.37 0 0 0.27
HSL 180º 0.34% 0.6% -
HSV(B) 180º 0.37% 0.73% -
XYZ 34.21 42.98 53.51 -
YUV 166.37 139.64 93.5 -
System Red Green Blue C M Y K H S L
Decimal 118 187 187 0.37 0 0 0.27 180 0.34 0.6
Hex 76 BB BB 25 0 0 1B B4 22 3C
Octal 166 273 273 45 0 0 33 264 42 74
Binary 1110110 10111011 10111011 100101 0 0 11011 10110100 100010 111100

Color Harmonies of #76BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BBBB

Black with #76BBBB

Text Example


Text Example

White with #76BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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