#7EC7CF

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

Shades of Spray #7EC7CF

Tints of Spray #7EC7CF

Color information

#7EC7CF (or 0x7EC7CF) is unknown color: approx Spray. HEX triplet: 7E, C7 and CF. RGB value is (126,199,207). Sum of RGB (Red+Green+Blue) = 126+199+207=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #7EC7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC7CF is #813830. Grayscale: #B1B1B1. Windows color (decimal): -8468529 or 13617022. OLE color: 13617022.

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

Color convert

RGB126199207-
CMYK0.390.0400.19
HSL185.93º45.76%65.29%-
HSV(B)185.93º39.13%81.18%-
XYZ40.2949.7966.52-
YUV178.08144.3290.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.68%
GREEN value IS 199 (78.12% from 255) = 37.41%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=23.68%
G=37.41%
B=38.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261992070.390.0400.19185.9345.7665.29
Hex7EC7CF274013ba2e41
Octal17630731747402327256101
Binary11111101100011111001111100111100010011101110101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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