#7EDDDB

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

Shades of Spray #7EDDDB

Tints of Spray #7EDDDB

Color information

#7EDDDB (or 0x7EDDDB) is unknown color: approx Spray. HEX triplet: 7E, DD and DB. RGB value is (126,221,219). Sum of RGB (Red+Green+Blue) = 126+221+219=566 (74% of max value = 765). Red value is 126 (49.61% from 255 or 22.26% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDDB is #812224. Grayscale: #C0C0C0. Windows color (decimal): -8462885 or 14409086. OLE color: 14409086.

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

Color convert

RGB126221219-
CMYK0.4300.010.13
HSL178.74º58.28%68.04%-
HSV(B)178.74º42.99%86.67%-
XYZ47.2561.2676.35-
YUV192.37143.0380.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.26%
GREEN value IS 221 (86.72% from 255) = 39.05%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=22.26%
G=39.05%
B=38.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262212190.4300.010.13178.7458.2868.04
Hex7EDDDB2B01Db33a44
Octal17633533353011526372104
Binary11111101101110111011011101011011101101100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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