#7EDDBD

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

Shades of Bermuda #7EDDBD

Tints of Bermuda #7EDDBD

Color information

#7EDDBD (or 0x7EDDBD) is unknown color: approx Bermuda. HEX triplet: 7E, DD and BD. RGB value is (126,221,189). Sum of RGB (Red+Green+Blue) = 126+221+189=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDDBD is #812242. Grayscale: #BCBCBC. Windows color (decimal): -8462915 or 12443006. OLE color: 12443006.

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

Color convert

RGB126221189-
CMYK0.4300.140.13
HSL159.79º58.28%68.04%-
HSV(B)159.79º42.99%86.67%-
XYZ43.6559.8257.39-
YUV188.95128.0383.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.51%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=23.51%
G=41.23%
B=35.26%

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
Decimal1262211890.4300.140.13159.7958.2868.04
Hex7EDDBD2B0EDa03a44
Octal176335275530161524072104
Binary11111101101110110111101101011011101101101000001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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