#7ED0BE

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

Shades of Bermuda #7ED0BE

Tints of Bermuda #7ED0BE

Color information

#7ED0BE (or 0x7ED0BE) is unknown color: approx Bermuda. HEX triplet: 7E, D0 and BE. RGB value is (126,208,190). Sum of RGB (Red+Green+Blue) = 126+208+190=524 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.05% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED0BE is #812F41. Grayscale: #B5B5B5. Windows color (decimal): -8466242 or 12505214. OLE color: 12505214.

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

Color convert

RGB126208190-
CMYK0.3900.090.18
HSL166.83º46.59%65.49%-
HSV(B)166.83º39.42%81.57%-
XYZ40.4553.2756.86-
YUV181.43132.8388.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.05%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=24.05%
G=39.69%
B=36.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262081900.3900.090.18166.8346.5965.49
Hex7ED0BE270912a72f41
Octal176320276470112224757101
Binary111111011010000101111101001110100110010101001111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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