#7DD3D2

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

Shades of Spray #7DD3D2

Tints of Spray #7DD3D2

Color information

#7DD3D2 (or 0x7DD3D2) is unknown color: approx Spray. HEX triplet: 7D, D3 and D2. RGB value is (125,211,210). Sum of RGB (Red+Green+Blue) = 125+211+210=546 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.89% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD3D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD3D2 is #822C2D. Grayscale: #B9B9B9. Windows color (decimal): -8530990 or 13816701. OLE color: 13816701.

HSL color Cylindrical-coordinate representation of color #7DD3D2: hue angle of 179.3º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD3D2 is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB125211210-
CMYK0.4100.000.17
HSL179.3º49.43%65.88%-
HSV(B)179.3º40.76%82.75%-
XYZ43.3855.669.42-
YUV185.17142.0185.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.89%
GREEN value IS 211 (82.81% from 255) = 38.64%
BLUE value IS 210 (82.42% from 255) = 38.46%
R=22.89%
G=38.64%
B=38.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1252112100.4100.000.17179.349.4365.88
Hex7DD3D2290011b33142
Octal17532332251002126361102
Binary111110111010011110100101010010010001101100111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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