#7DD5D3

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

Shades of Spray #7DD5D3

Tints of Spray #7DD5D3

Color information

#7DD5D3 (or 0x7DD5D3) is unknown color: approx Spray. HEX triplet: 7D, D5 and D3. RGB value is (125,213,211). Sum of RGB (Red+Green+Blue) = 125+213+211=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD5D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD5D3 is #822A2C. Grayscale: #BABABA. Windows color (decimal): -8530477 or 13882749. OLE color: 13882749.

HSL color Cylindrical-coordinate representation of color #7DD5D3: hue angle of 178.64º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD5D3 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB125213211-
CMYK0.4100.010.16
HSL178.64º51.16%66.27%-
HSV(B)178.64º41.31%83.53%-
XYZ44.0156.6570.24-
YUV186.46141.8584.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.77%
GREEN value IS 213 (83.59% from 255) = 38.80%
BLUE value IS 211 (82.81% from 255) = 38.43%
R=22.77%
G=38.80%
B=38.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252132110.4100.010.16178.6451.1666.27
Hex7DD5D3290110b33342
Octal17532532351012026363102
Binary111110111010101110100111010010110000101100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,213,211); }

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

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

 a { background-color: rgb(125,213,211); }

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

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

 span { border-color: rgb(125,213,211); }

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