#76d3dc

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

Shades of Spray #76D3DC

Tints of Spray #76D3DC

Color information

#76D3DC (or 0x76D3DC) is unknown color: approx Spray. HEX triplet: 76, D3 and DC. RGB value is (118,211,220). Sum of RGB (Red+Green+Blue) = 118+211+220=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #76D3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D3DC is #892C23. Grayscale: #B8B8B8. Windows color (decimal): -8989732 or 14472054. OLE color: 14472054.

HSL color Cylindrical-coordinate representation of color #76D3DC: hue angle of 185.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D3DC is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118211220-
CMYK0.460.0400.14
HSL185.29º59.3%66.27%-
HSV(B)185.29º46.36%86.27%-
XYZ43.6855.6176.14-
YUV184.22148.1980.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.49%
GREEN value IS 211 (82.81% from 255) = 38.43%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=21.49%
G=38.43%
B=40.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182112200.460.0400.14185.2959.366.27
Hex76D3DC2E40Eb93b42
Octal16632333456401627173102
Binary1110110110100111101110010111010001110101110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76d3dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,211,220); }

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

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

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

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

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

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

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