#76CDCD

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

Shades of Spray #76CDCD

Tints of Spray #76CDCD

Color information

#76CDCD (or 0x76CDCD) is unknown color: approx Spray. HEX triplet: 76, CD and CD. RGB value is (118,205,205). Sum of RGB (Red+Green+Blue) = 118+205+205=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #76CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDCD is #893232. Grayscale: #B2B2B2. Windows color (decimal): -8991283 or 13487478. OLE color: 13487478.

HSL color Cylindrical-coordinate representation of color #76CDCD: hue angle of 180º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CDCD is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118205205-
CMYK0.42000.20
HSL180º46.52%63.33%-
HSV(B)180º42.44%80.39%-
XYZ40.3251.9265.65-
YUV178.99142.6884.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.35%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=22.35%
G=38.83%
B=38.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182052050.42000.2018046.5263.33
Hex76CDCD2A0014b42f3f
Octal1663153155200242645777
Binary11101101100110111001101101010001010010110100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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