#76CDDD

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

Shades of Spray #76CDDD

Tints of Spray #76CDDD

Color information

#76CDDD (or 0x76CDDD) is unknown color: approx Spray. HEX triplet: 76, CD and DD. RGB value is (118,205,221). Sum of RGB (Red+Green+Blue) = 118+205+221=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #76CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDDD is #893222. Grayscale: #B4B4B4. Windows color (decimal): -8991267 or 14536054. OLE color: 14536054.

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

Color convert

RGB118205221-
CMYK0.470.0700.13
HSL189.32º60.23%66.47%-
HSV(B)189.32º46.61%86.67%-
XYZ42.3552.7376.35-
YUV180.81150.6883.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.69%
GREEN value IS 205 (80.47% from 255) = 37.68%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=21.69%
G=37.68%
B=40.62%

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
Decimal1182052210.470.0700.13189.3260.2366.47
Hex76CDDD2F70Dbd3c42
Octal16631533557701527574102
Binary1110110110011011101110110111111101101101111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,205,221); }

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

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

 a { background-color: rgb(118,205,221); }

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

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

 span { border-color: rgb(118,205,221); }

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