#7ec4d2

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

Shades of Spray #7EC4D2

Tints of Spray #7EC4D2

Color information

#7EC4D2 (or 0x7EC4D2) is unknown color: approx Spray. HEX triplet: 7E, C4 and D2. RGB value is (126,196,210). Sum of RGB (Red+Green+Blue) = 126+196+210=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 210 - color contains mainly: blue. Hex color #7EC4D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC4D2 is #813B2D. Grayscale: #B0B0B0. Windows color (decimal): -8469294 or 13812862. OLE color: 13812862.

HSL color Cylindrical-coordinate representation of color #7EC4D2: hue angle of 190º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EC4D2 is Cyan = 0.4, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB126196210-
CMYK0.40.0700.18
HSL190º48.28%65.88%-
HSV(B)190º40%82.35%-
XYZ39.9848.5768.24-
YUV176.67146.8191.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.68%
GREEN value IS 196 (76.95% from 255) = 36.84%
BLUE value IS 210 (82.42% from 255) = 39.47%
R=23.68%
G=36.84%
B=39.47%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1261962100.40.0700.1819048.2865.88
Hex7EC4D2287012be3042
Octal17630432250702227660102
Binary11111101100010011010010101000111010010101111101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ec4d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,196,210); }

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

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

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

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

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

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

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