Html Css Color HEX #76BCBB Glacier

📋 copy color: '#76BCBB'

red 118 ◦ green 188 ◦ blue 187

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

Shades of Glacier #76BCBB

Tints of Glacier #76BCBB

RGB

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

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

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

R = 23.94%
G = 38.13%
B = 37.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#76BCBB (or 0x76BCBB) is known color: Glacier. HEX triplet: 76, BC and BB. RGB value is (118,188,187). Sum of RGB (Red+Green+Blue) = 118+188+187=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #76BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BCBB is #894344. Grayscale: #A6A6A6. Windows color (decimal): -8995653 or 12303478. OLE color: 12303478.

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

Color convert

RGB 118 188 187 -
CMYK 0.37 0 0.01 0.26
HSL 179.14º 0.34% 0.6% -
HSV(B) 179.14º 0.37% 0.74% -
XYZ 34.42 43.41 53.58 -
YUV 166.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 118 188 187 0.37 0 0.01 0.26 179.14 0.34 0.6
Hex 76 BC BB 25 0 1 1A B3 22 3C
Octal 166 274 273 45 0 1 32 263 42 74
Binary 1110110 10111100 10111011 100101 0 1 11010 10110011 100010 111100

Color Harmonies of #76BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCBB

Black with #76BCBB

Text Example


Text Example

White with #76BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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