#7ECFCF

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

Shades of Spray #7ECFCF

Tints of Spray #7ECFCF

Color information

#7ECFCF (or 0x7ECFCF) is unknown color: approx Spray. HEX triplet: 7E, CF and CF. RGB value is (126,207,207). Sum of RGB (Red+Green+Blue) = 126+207+207=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #7ECFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFCF is #813030. Grayscale: #B6B6B6. Windows color (decimal): -8466481 or 13619070. OLE color: 13619070.

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

Color convert

RGB126207207-
CMYK0.39000.19
HSL180º45.76%65.29%-
HSV(B)180º39.13%81.18%-
XYZ42.1853.5767.15-
YUV182.78141.6687.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.33%
GREEN value IS 207 (81.25% from 255) = 38.33%
BLUE value IS 207 (81.25% from 255) = 38.33%
R=23.33%
G=38.33%
B=38.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262072070.39000.1918045.7665.29
Hex7ECFCF270013b42e41
Octal17631731747002326456101
Binary111111011001111110011111001110010011101101001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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