#7ED7B8

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

Shades of Bermuda #7ED7B8

Tints of Bermuda #7ED7B8

Color information

#7ED7B8 (or 0x7ED7B8) is unknown color: approx Bermuda. HEX triplet: 7E, D7 and B8. RGB value is (126,215,184). Sum of RGB (Red+Green+Blue) = 126+215+184=525 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #7ED7B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED7B8 is #812847. Grayscale: #B8B8B8. Windows color (decimal): -8464456 or 12113790. OLE color: 12113790.

HSL color Cylindrical-coordinate representation of color #7ED7B8: hue angle of 159.1º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED7B8 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB126215184-
CMYK0.4100.140.16
HSL159.1º52.66%66.86%-
HSV(B)159.1º41.4%84.31%-
XYZ41.5656.554.06-
YUV184.86127.5186.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24%
GREEN value IS 215 (84.38% from 255) = 40.95%
BLUE value IS 184 (72.27% from 255) = 35.05%
R=24%
G=40.95%
B=35.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262151840.4100.140.16159.152.6666.86
Hex7ED7B8290E109f3543
Octal176327270510162023765103
Binary111111011010111101110001010010111010000100111111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED7B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,215,184); }

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

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

 a { background-color: rgb(126,215,184); }

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

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

 span { border-color: rgb(126,215,184); }

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