#7ED6B3

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

Shades of Bermuda #7ED6B3

Tints of Bermuda #7ED6B3

Color information

#7ED6B3 (or 0x7ED6B3) is unknown color: approx Bermuda. HEX triplet: 7E, D6 and B3. RGB value is (126,214,179). Sum of RGB (Red+Green+Blue) = 126+214+179=519 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.28% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #7ED6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED6B3 is #81294C. Grayscale: #B7B7B7. Windows color (decimal): -8464717 or 11785854. OLE color: 11785854.

HSL color Cylindrical-coordinate representation of color #7ED6B3: hue angle of 156.14º degrees, saturation: 0.52, 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 #7ED6B3 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB126214179-
CMYK0.4100.160.16
HSL156.14º51.76%66.67%-
HSV(B)156.14º41.12%83.92%-
XYZ40.7955.7851.27-
YUV183.7125.3586.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.28%
GREEN value IS 214 (83.98% from 255) = 41.23%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=24.28%
G=41.23%
B=34.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1262141790.4100.160.16156.1451.7666.67
Hex7ED6B329010109c3443
Octal176326263510202023464103
Binary1111110110101101011001110100101000010000100111001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,214,179); }

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

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

 a { background-color: rgb(126,214,179); }

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

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

 span { border-color: rgb(126,214,179); }

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