#76CFDE

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

Shades of Spray #76CFDE

Tints of Spray #76CFDE

Color information

#76CFDE (or 0x76CFDE) is unknown color: approx Spray. HEX triplet: 76, CF and DE. RGB value is (118,207,222). Sum of RGB (Red+Green+Blue) = 118+207+222=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #76CFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFDE is #893021. Grayscale: #B5B5B5. Windows color (decimal): -8990754 or 14602102. OLE color: 14602102.

HSL color Cylindrical-coordinate representation of color #76CFDE: hue angle of 188.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76CFDE is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118207222-
CMYK0.470.0700.13
HSL188.65º61.18%66.67%-
HSV(B)188.65º46.85%87.06%-
XYZ42.9753.7577.22-
YUV182.1150.5182.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.57%
GREEN value IS 207 (81.25% from 255) = 37.84%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=21.57%
G=37.84%
B=40.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182072220.470.0700.13188.6561.1866.67
Hex76CFDE2F70Dbd3d43
Octal16631733657701527575103
Binary1110110110011111101111010111111101101101111011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,207,222); }

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

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

 a { background-color: rgb(118,207,222); }

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

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

 span { border-color: rgb(118,207,222); }

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