#7EDDDD

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

Shades of Spray #7EDDDD

Tints of Spray #7EDDDD

Color information

#7EDDDD (or 0x7EDDDD) is unknown color: approx Spray. HEX triplet: 7E, DD and DD. RGB value is (126,221,221). Sum of RGB (Red+Green+Blue) = 126+221+221=568 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.18% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #7EDDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDDD is #812222. Grayscale: #C0C0C0. Windows color (decimal): -8462883 or 14540158. OLE color: 14540158.

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

Color convert

RGB126221221-
CMYK0.43000.13
HSL180º58.28%68.04%-
HSV(B)180º42.99%86.67%-
XYZ47.5161.3777.75-
YUV192.6144.0380.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.18%
GREEN value IS 221 (86.72% from 255) = 38.91%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=22.18%
G=38.91%
B=38.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262212210.43000.1318058.2868.04
Hex7EDDDD2B00Db43a44
Octal17633533553001526472104
Binary11111101101110111011101101011001101101101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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