#7ECAC7

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

Shades of Bermuda #7ECAC7

Tints of Bermuda #7ECAC7

Color information

#7ECAC7 (or 0x7ECAC7) is unknown color: approx Bermuda. HEX triplet: 7E, CA and C7. RGB value is (126,202,199). Sum of RGB (Red+Green+Blue) = 126+202+199=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECAC7 is #813538. Grayscale: #B2B2B2. Windows color (decimal): -8467769 or 13093502. OLE color: 13093502.

HSL color Cylindrical-coordinate representation of color #7ECAC7: hue angle of 177.63º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECAC7 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB126202199-
CMYK0.3800.010.21
HSL177.63º41.76%64.31%-
HSV(B)177.63º37.62%79.22%-
XYZ40.0350.861.73-
YUV178.93139.3290.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.91%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 199 (78.12% from 255) = 37.76%
R=23.91%
G=38.33%
B=37.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1262021990.3800.010.21177.6341.7664.31
Hex7ECAC7260115b22a40
Octal17631230746012526252100
Binary111111011001010110001111001100110101101100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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