#7DDDD9

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

Shades of Spray #7DDDD9

Tints of Spray #7DDDD9

Color information

#7DDDD9 (or 0x7DDDD9) is unknown color: approx Spray. HEX triplet: 7D, DD and D9. RGB value is (125,221,217). Sum of RGB (Red+Green+Blue) = 125+221+217=563 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.20% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDD9 is #822226. Grayscale: #BFBFBF. Windows color (decimal): -8528423 or 14278013. OLE color: 14278013.

HSL color Cylindrical-coordinate representation of color #7DDDD9: hue angle of 177.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDDD9 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB125221217-
CMYK0.4300.020.13
HSL177.5º58.54%67.84%-
HSV(B)177.5º43.44%86.67%-
XYZ46.8461.0874.97-
YUV191.84142.280.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.20%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 217 (85.16% from 255) = 38.54%
R=22.20%
G=39.25%
B=38.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252212170.4300.020.13177.558.5467.84
Hex7DDDD92B02Db23b44
Octal17533533153021526273104
Binary111110111011101110110011010110101101101100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DDDD9; }

 p { color: rgb(125,221,217); }

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

<style>
 a { background-color: #7DDDD9; }

 a { background-color: rgb(125,221,217); }

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

<style>
 span { border-color: #7DDDD9; }

 span { border-color: rgb(125,221,217); }

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