#7ED0BA

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

Shades of Bermuda #7ED0BA

Tints of Bermuda #7ED0BA

Color information

#7ED0BA (or 0x7ED0BA) is unknown color: approx Bermuda. HEX triplet: 7E, D0 and BA. RGB value is (126,208,186). Sum of RGB (Red+Green+Blue) = 126+208+186=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED0BA is #812F45. Grayscale: #B4B4B4. Windows color (decimal): -8466246 or 12243070. OLE color: 12243070.

HSL color Cylindrical-coordinate representation of color #7ED0BA: hue angle of 163.9º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0BA is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB126208186-
CMYK0.3900.110.18
HSL163.9º46.59%65.49%-
HSV(B)163.9º39.42%81.57%-
XYZ40.0253.0954.59-
YUV180.97130.8388.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.23%
GREEN value IS 208 (81.64% from 255) = 40%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=24.23%
G=40%
B=35.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262081860.3900.110.18163.946.5965.49
Hex7ED0BA270B12a42f41
Octal176320272470132224457101
Binary111111011010000101110101001110101110010101001001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,208,186); }

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

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

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

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

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

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

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