#7EDEB9

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

Shades of Bermuda #7EDEB9

Tints of Bermuda #7EDEB9

Color information

#7EDEB9 (or 0x7EDEB9) is unknown color: approx Bermuda. HEX triplet: 7E, DE and B9. RGB value is (126,222,185). Sum of RGB (Red+Green+Blue) = 126+222+185=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDEB9 is #812146. Grayscale: #BDBDBD. Windows color (decimal): -8462663 or 12181118. OLE color: 12181118.

HSL color Cylindrical-coordinate representation of color #7EDEB9: hue angle of 156.88º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDEB9 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB126222185-
CMYK0.4300.170.13
HSL156.88º59.26%68.24%-
HSV(B)156.88º43.24%87.06%-
XYZ43.4860.1855.22-
YUV189.08125.783.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.64%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=23.64%
G=41.65%
B=34.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262221850.4300.170.13156.8859.2668.24
Hex7EDEB92B011D9d3b44
Octal176336271530211523573104
Binary111111011011110101110011010110100011101100111011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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