#7ED0B9

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

Shades of Bermuda #7ED0B9

Tints of Bermuda #7ED0B9

Color information

#7ED0B9 (or 0x7ED0B9) is unknown color: approx Bermuda. HEX triplet: 7E, D0 and B9. RGB value is (126,208,185). Sum of RGB (Red+Green+Blue) = 126+208+185=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED0B9 is #812F46. Grayscale: #B4B4B4. Windows color (decimal): -8466247 or 12177534. OLE color: 12177534.

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

Color convert

RGB126208185-
CMYK0.3900.110.18
HSL163.17º46.59%65.49%-
HSV(B)163.17º39.42%81.57%-
XYZ39.9253.0554.03-
YUV180.86130.3388.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.28%
GREEN value IS 208 (81.64% from 255) = 40.08%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=24.28%
G=40.08%
B=35.65%

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
Decimal1262081850.3900.110.18163.1746.5965.49
Hex7ED0B9270B12a32f41
Octal176320271470132224357101
Binary111111011010000101110011001110101110010101000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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