#7EDDDC

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

Shades of Spray #7EDDDC

Tints of Spray #7EDDDC

Color information

#7EDDDC (or 0x7EDDDC) is unknown color: approx Spray. HEX triplet: 7E, DD and DC. RGB value is (126,221,220). Sum of RGB (Red+Green+Blue) = 126+221+220=567 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.22% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDDC is #812223. Grayscale: #C0C0C0. Windows color (decimal): -8462884 or 14474622. OLE color: 14474622.

HSL color Cylindrical-coordinate representation of color #7EDDDC: hue angle of 179.37º degrees, saturation: 0.58, 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 #7EDDDC is Cyan = 0.43, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB126221220-
CMYK0.4300.000.13
HSL179.37º58.28%68.04%-
HSV(B)179.37º42.99%86.67%-
XYZ47.3861.3277.05-
YUV192.48143.5380.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.22%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=22.22%
G=38.98%
B=38.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262212200.4300.000.13179.3758.2868.04
Hex7EDDDC2B00Db33a44
Octal17633533453001526372104
Binary11111101101110111011100101011001101101100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,221,220); }

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

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

 a { background-color: rgb(126,221,220); }

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

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

 span { border-color: rgb(126,221,220); }

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