Html Css Color HEX #76BCBE Glacier

📋 copy color: '#76BCBE'

red 118 ◦ green 188 ◦ blue 190

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

Shades of Glacier #76BCBE

Tints of Glacier #76BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

 BLUE value IS 190 (74.61% from 255) = 38.31%

R = 23.79%
G = 37.9%
B = 38.31%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#76BCBE (or 0x76BCBE) is known color: Glacier. HEX triplet: 76, BC and BE. RGB value is (118,188,190). Sum of RGB (Red+Green+Blue) = 118+188+190=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #76BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCBE is #894341. Grayscale: #A7A7A7. Windows color (decimal): -8995650 or 12500086. OLE color: 12500086.

HSL color Cylindrical-coordinate representation of color #76BCBE: hue angle of 181.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BCBE is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 188 190 -
CMYK 0.38 0.01 0 0.25
HSL 181.67º 0.36% 0.6% -
HSV(B) 181.67º 0.38% 0.75% -
XYZ 34.75 43.54 55.29 -
YUV 167.3 140.81 92.84 -
System Red Green Blue C M Y K H S L
Decimal 118 188 190 0.38 0.01 0 0.25 181.67 0.36 0.6
Hex 76 BC BE 26 1 0 19 B6 24 3C
Octal 166 274 276 46 1 0 31 266 44 74
Binary 1110110 10111100 10111110 100110 1 0 11001 10110110 100100 111100

Color Harmonies of #76BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCBE

Black with #76BCBE

Text Example


Text Example

White with #76BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,188,190); }

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

background-color css

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

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

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

border-color css

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

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

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