#7EDFB5

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

Shades of Bermuda #7EDFB5

Tints of Bermuda #7EDFB5

Color information

#7EDFB5 (or 0x7EDFB5) is unknown color: approx Bermuda. HEX triplet: 7E, DF and B5. RGB value is (126,223,181). Sum of RGB (Red+Green+Blue) = 126+223+181=530 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.77% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDFB5 is #81204A. Grayscale: #BDBDBD. Windows color (decimal): -8462411 or 11919230. OLE color: 11919230.

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

Color convert

RGB126223181-
CMYK0.4300.190.13
HSL154.02º60.25%68.43%-
HSV(B)154.02º43.5%87.45%-
XYZ43.3360.5553.12-
YUV189.21123.3682.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.77%
GREEN value IS 223 (87.5% from 255) = 42.08%
BLUE value IS 181 (71.09% from 255) = 34.15%
R=23.77%
G=42.08%
B=34.15%

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
Decimal1262231810.4300.190.13154.0260.2568.43
Hex7EDFB52B013D9a3c44
Octal176337265530231523274104
Binary111111011011111101101011010110100111101100110101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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