#7EDFB4

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

Shades of Bermuda #7EDFB4

Tints of Bermuda #7EDFB4

Color information

#7EDFB4 (or 0x7EDFB4) is unknown color: approx Bermuda. HEX triplet: 7E, DF and B4. RGB value is (126,223,180). Sum of RGB (Red+Green+Blue) = 126+223+180=529 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.82% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 180 (70.70% from 255 or 34.03% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFB4 is #81204B. Grayscale: #BDBDBD. Windows color (decimal): -8462412 or 11853694. OLE color: 11853694.

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

Color convert

RGB126223180-
CMYK0.4300.190.13
HSL153.4º60.25%68.43%-
HSV(B)153.4º43.5%87.45%-
XYZ43.2360.5152.58-
YUV189.1122.8683-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.82%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 180 (70.70% from 255) = 34.03%
R=23.82%
G=42.16%
B=34.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262231800.4300.190.13153.460.2568.43
Hex7EDFB42B013D993c44
Octal176337264530231523174104
Binary111111011011111101101001010110100111101100110011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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