#76CCD7

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

Shades of Spray #76CCD7

Tints of Spray #76CCD7

Color information

#76CCD7 (or 0x76CCD7) is unknown color: approx Spray. HEX triplet: 76, CC and D7. RGB value is (118,204,215). Sum of RGB (Red+Green+Blue) = 118+204+215=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #76CCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCD7 is #893328. Grayscale: #B3B3B3. Windows color (decimal): -8991529 or 14142582. OLE color: 14142582.

HSL color Cylindrical-coordinate representation of color #76CCD7: hue angle of 186.8º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76CCD7 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118204215-
CMYK0.450.0500.16
HSL186.8º54.8%65.29%-
HSV(B)186.8º45.12%84.31%-
XYZ41.3351.9472.14-
YUV179.54148.0184.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.97%
GREEN value IS 204 (80.08% from 255) = 37.99%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=21.97%
G=37.99%
B=40.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182042150.450.0500.16186.854.865.29
Hex76CCD72D5010bb3741
Octal16631432755502027367101
Binary11101101100110011010111101101101010000101110111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,204,215); }

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

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

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

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

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

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

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