#7ECDCD

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

Shades of Spray #7ECDCD

Tints of Spray #7ECDCD

Color information

#7ECDCD (or 0x7ECDCD) is unknown color: approx Spray. HEX triplet: 7E, CD and CD. RGB value is (126,205,205). Sum of RGB (Red+Green+Blue) = 126+205+205=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #7ECDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDCD is #813232. Grayscale: #B5B5B5. Windows color (decimal): -8466995 or 13487486. OLE color: 13487486.

HSL color Cylindrical-coordinate representation of color #7ECDCD: hue angle of 180º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECDCD is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126205205-
CMYK0.39000.20
HSL180º44.13%64.9%-
HSV(B)180º38.54%80.39%-
XYZ41.4552.5165.71-
YUV181.38141.3388.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.51%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=23.51%
G=38.25%
B=38.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262052050.39000.2018044.1364.9
Hex7ECDCD270014b42c41
Octal17631531547002426454101
Binary111111011001101110011011001110010100101101001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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