#7EDDBF

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

Shades of Bermuda #7EDDBF

Tints of Bermuda #7EDDBF

Color information

#7EDDBF (or 0x7EDDBF) is unknown color: approx Bermuda. HEX triplet: 7E, DD and BF. RGB value is (126,221,191). Sum of RGB (Red+Green+Blue) = 126+221+191=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDBF is #812240. Grayscale: #BDBDBD. Windows color (decimal): -8462913 or 12574078. OLE color: 12574078.

HSL color Cylindrical-coordinate representation of color #7EDDBF: hue angle of 161.05º degrees, saturation: 0.58, 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 #7EDDBF is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB126221191-
CMYK0.4300.140.13
HSL161.05º58.28%68.04%-
HSV(B)161.05º42.99%86.67%-
XYZ43.8659.9158.54-
YUV189.18129.0382.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.42%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 191 (75% from 255) = 35.50%
R=23.42%
G=41.08%
B=35.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262211910.4300.140.13161.0558.2868.04
Hex7EDDBF2B0EDa13a44
Octal176335277530161524172104
Binary11111101101110110111111101011011101101101000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,221,191); }

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

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

 a { background-color: rgb(126,221,191); }

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

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

 span { border-color: rgb(126,221,191); }

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