#7ECDBE

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

Shades of Bermuda #7ECDBE

Tints of Bermuda #7ECDBE

Color information

#7ECDBE (or 0x7ECDBE) is unknown color: approx Bermuda. HEX triplet: 7E, CD and BE. RGB value is (126,205,190). Sum of RGB (Red+Green+Blue) = 126+205+190=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDBE is #813241. Grayscale: #B3B3B3. Windows color (decimal): -8467010 or 12504446. OLE color: 12504446.

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

Color convert

RGB126205190-
CMYK0.3900.070.20
HSL168.61º44.13%64.9%-
HSV(B)168.61º38.54%80.39%-
XYZ39.7351.8256.62-
YUV179.67133.8389.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.18%
GREEN value IS 205 (80.47% from 255) = 39.35%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=24.18%
G=39.35%
B=36.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262051900.3900.070.20168.6144.1364.9
Hex7ECDBE270714a92c41
Octal17631527647072425154101
Binary11111101100110110111110100111011110100101010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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