#7EDFB7

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

Shades of Bermuda #7EDFB7

Tints of Bermuda #7EDFB7

Color information

#7EDFB7 (or 0x7EDFB7) is unknown color: approx Bermuda. HEX triplet: 7E, DF and B7. RGB value is (126,223,183). Sum of RGB (Red+Green+Blue) = 126+223+183=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFB7 is #812048. Grayscale: #BDBDBD. Windows color (decimal): -8462409 or 12050302. OLE color: 12050302.

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

Color convert

RGB126223183-
CMYK0.4300.180.13
HSL155.26º60.25%68.43%-
HSV(B)155.26º43.5%87.45%-
XYZ43.5460.6354.21-
YUV189.44124.3682.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.68%
GREEN value IS 223 (87.5% from 255) = 41.92%
BLUE value IS 183 (71.88% from 255) = 34.40%
R=23.68%
G=41.92%
B=34.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262231830.4300.180.13155.2660.2568.43
Hex7EDFB72B012D9b3c44
Octal176337267530221523374104
Binary111111011011111101101111010110100101101100110111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,223,183); }

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

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

 a { background-color: rgb(126,223,183); }

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

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

 span { border-color: rgb(126,223,183); }

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