#7DE2BE

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

Shades of Bermuda #7DE2BE

Tints of Bermuda #7DE2BE

Color information

#7DE2BE (or 0x7DE2BE) is unknown color: approx Bermuda. HEX triplet: 7D, E2 and BE. RGB value is (125,226,190). Sum of RGB (Red+Green+Blue) = 125+226+190=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE2BE is #821D41. Grayscale: #BFBFBF. Windows color (decimal): -8527170 or 12509821. OLE color: 12509821.

HSL color Cylindrical-coordinate representation of color #7DE2BE: hue angle of 158.61º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE2BE is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB125226190-
CMYK0.4500.160.11
HSL158.61º63.52%68.82%-
HSV(B)158.61º44.69%88.63%-
XYZ44.9562.4758.4-
YUV191.7127.0480.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.11%
GREEN value IS 226 (88.67% from 255) = 41.77%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=23.11%
G=41.77%
B=35.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252261900.4500.160.11158.6163.5268.82
Hex7DE2BE2D010B9f4045
Octal1753422765502013237100105
Binary1111101111000101011111010110101000010111001111110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,226,190); }

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

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

 a { background-color: rgb(125,226,190); }

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

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

 span { border-color: rgb(125,226,190); }

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