#7ECACF

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

Shades of Spray #7ECACF

Tints of Spray #7ECACF

Color information

#7ECACF (or 0x7ECACF) is unknown color: approx Spray. HEX triplet: 7E, CA and CF. RGB value is (126,202,207). Sum of RGB (Red+Green+Blue) = 126+202+207=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #7ECACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECACF is #813530. Grayscale: #B3B3B3. Windows color (decimal): -8467761 or 13617790. OLE color: 13617790.

HSL color Cylindrical-coordinate representation of color #7ECACF: hue angle of 183.7º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECACF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB126202207-
CMYK0.390.0200.19
HSL183.7º45.76%65.29%-
HSV(B)183.7º39.13%81.18%-
XYZ40.9951.1866.75-
YUV179.85143.3289.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.55%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=23.55%
G=37.76%
B=38.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262022070.390.0200.19183.745.7665.29
Hex7ECACF272013b82e41
Octal17631231747202327056101
Binary1111110110010101100111110011110010011101110001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,202,207); }

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

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

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

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

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

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

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