#7ECDC5

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

Shades of Bermuda #7ECDC5

Tints of Bermuda #7ECDC5

Color information

#7ECDC5 (or 0x7ECDC5) is unknown color: approx Bermuda. HEX triplet: 7E, CD and C5. RGB value is (126,205,197). Sum of RGB (Red+Green+Blue) = 126+205+197=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDC5 is #81323A. Grayscale: #B4B4B4. Windows color (decimal): -8467003 or 12963198. OLE color: 12963198.

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

Color convert

RGB126205197-
CMYK0.3900.040.20
HSL173.92º44.13%64.9%-
HSV(B)173.92º38.54%80.39%-
XYZ40.5152.1360.75-
YUV180.47137.3389.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.86%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 197 (77.34% from 255) = 37.31%
R=23.86%
G=38.83%
B=37.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262051970.3900.040.20173.9244.1364.9
Hex7ECDC5270414ae2c41
Octal17631530547042425654101
Binary11111101100110111000101100111010010100101011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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