Html Css Color HEX #76BDBD Glacier

📋 copy color: '#76BDBD'

red 118 ◦ green 189 ◦ blue 189

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

Shades of Glacier #76BDBD

Tints of Glacier #76BDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.1%

R = 23.79%
G = 38.1%
B = 38.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#76BDBD (or 0x76BDBD) is known color: Glacier. HEX triplet: 76, BD and BD. RGB value is (118,189,189). Sum of RGB (Red+Green+Blue) = 118+189+189=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #76BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDBD is #894242. Grayscale: #A7A7A7. Windows color (decimal): -8995395 or 12434806. OLE color: 12434806.

HSL color Cylindrical-coordinate representation of color #76BDBD: hue angle of 180º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BDBD is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 189 189 -
CMYK 0.38 0 0 0.26
HSL 180º 0.35% 0.6% -
HSV(B) 180º 0.38% 0.74% -
XYZ 34.85 43.92 54.78 -
YUV 167.77 139.98 92.5 -
System Red Green Blue C M Y K H S L
Decimal 118 189 189 0.38 0 0 0.26 180 0.35 0.6
Hex 76 BD BD 26 0 0 1A B4 23 3C
Octal 166 275 275 46 0 0 32 264 43 74
Binary 1110110 10111101 10111101 100110 0 0 11010 10110100 100011 111100

Color Harmonies of #76BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BDBD

Black with #76BDBD

Text Example


Text Example

White with #76BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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