#7DE8B9

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

Shades of Bermuda #7DE8B9

Tints of Bermuda #7DE8B9

Color information

#7DE8B9 (or 0x7DE8B9) is unknown color: approx Bermuda. HEX triplet: 7D, E8 and B9. RGB value is (125,232,185). Sum of RGB (Red+Green+Blue) = 125+232+185=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE8B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE8B9 is #821746. Grayscale: #C2C2C2. Windows color (decimal): -8525639 or 12183677. OLE color: 12183677.

HSL color Cylindrical-coordinate representation of color #7DE8B9: hue angle of 153.64º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE8B9 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB125232185-
CMYK0.4600.200.09
HSL153.64º69.93%70%-
HSV(B)153.64º46.12%90.98%-
XYZ46.0765.5856.13-
YUV194.65122.5578.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.06%
GREEN value IS 232 (91.02% from 255) = 42.80%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=23.06%
G=42.80%
B=34.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252321850.4600.200.09153.6469.9370
Hex7DE8B92E01499a4646
Octal1753502715602411232106106
Binary1111101111010001011100110111001010010011001101010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,232,185); }

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

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

 a { background-color: rgb(125,232,185); }

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

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

 span { border-color: rgb(125,232,185); }

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