#76AFBF

Color #76AFBF Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #76AFBF

Tints of Glacier #76AFBF

Color information

#76AFBF (or 0x76AFBF) is unknown color: approx Glacier. HEX triplet: 76, AF and BF. RGB value is (118,175,191). Sum of RGB (Red+Green+Blue) = 118+175+191=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #76AFBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AFBF is #895040. Grayscale: #9F9F9F. Windows color (decimal): -8998977 or 12562294. OLE color: 12562294.

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

Color convert

RGB118175191-
CMYK0.380.0800.25
HSL193.15º36.32%60.59%-
HSV(B)193.15º38.22%74.9%-
XYZ32.2138.2754.98-
YUV159.78145.6298.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.38%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 191 (75% from 255) = 39.46%
R=24.38%
G=36.16%
B=39.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181751910.380.0800.25193.1536.3260.59
Hex76AFBF268019c1243d
Octal16625727746100313014475
Binary11101101010111110111111100110100001100111000001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,175,191); }

 H1.HeaderClassName
 {
   color: #76AFBF;
 }
 .AnyTagClassName
 {
   color: #76AFBF;
 }
</style>
background-color css

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

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

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

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

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

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