#7DD7D5

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

Shades of Spray #7DD7D5

Tints of Spray #7DD7D5

Color information

#7DD7D5 (or 0x7DD7D5) is unknown color: approx Spray. HEX triplet: 7D, D7 and D5. RGB value is (125,215,213). Sum of RGB (Red+Green+Blue) = 125+215+213=553 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.60% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD7D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD7D5 is #82282A. Grayscale: #BBBBBB. Windows color (decimal): -8529963 or 14014333. OLE color: 14014333.

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

Color convert

RGB125215213-
CMYK0.4200.010.16
HSL178.67º52.94%66.67%-
HSV(B)178.67º41.86%84.31%-
XYZ44.7757.7671.74-
YUV187.86142.1883.16-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.60%
GREEN value IS 215 (84.38% from 255) = 38.88%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=22.60%
G=38.88%
B=38.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252152130.4200.010.16178.6752.9466.67
Hex7DD7D52A0110b33543
Octal17532732552012026365103
Binary111110111010111110101011010100110000101100111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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