#7DE0BC

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

Shades of Bermuda #7DE0BC

Tints of Bermuda #7DE0BC

Color information

#7DE0BC (or 0x7DE0BC) is unknown color: approx Bermuda. HEX triplet: 7D, E0 and BC. RGB value is (125,224,188). Sum of RGB (Red+Green+Blue) = 125+224+188=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #7DE0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DE0BC is #821F43. Grayscale: #BEBEBE. Windows color (decimal): -8527684 or 12378237. OLE color: 12378237.

HSL color Cylindrical-coordinate representation of color #7DE0BC: hue angle of 158.18º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DE0BC is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB125224188-
CMYK0.4400.160.12
HSL158.18º61.49%68.43%-
HSV(B)158.18º44.2%87.84%-
XYZ44.1961.357.08-
YUV190.3126.781.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.28%
GREEN value IS 224 (87.89% from 255) = 41.71%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=23.28%
G=41.71%
B=35.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1252241880.4400.160.12158.1861.4968.43
Hex7DE0BC2C010C9e3d44
Octal175340274540201423675104
Binary111110111100000101111001011000100001100100111101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,224,188); }

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

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

 a { background-color: rgb(125,224,188); }

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

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

 span { border-color: rgb(125,224,188); }

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