#7ED8C2

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

Shades of Bermuda #7ED8C2

Tints of Bermuda #7ED8C2

Color information

#7ED8C2 (or 0x7ED8C2) is unknown color: approx Bermuda. HEX triplet: 7E, D8 and C2. RGB value is (126,216,194). Sum of RGB (Red+Green+Blue) = 126+216+194=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED8C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED8C2 is #81273D. Grayscale: #BABABA. Windows color (decimal): -8464190 or 12769406. OLE color: 12769406.

HSL color Cylindrical-coordinate representation of color #7ED8C2: hue angle of 165.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED8C2 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB126216194-
CMYK0.4200.100.15
HSL165.33º53.57%67.06%-
HSV(B)165.33º41.67%84.71%-
XYZ42.957.4459.87-
YUV186.58132.1884.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.51%
GREEN value IS 216 (84.77% from 255) = 40.30%
BLUE value IS 194 (76.17% from 255) = 36.19%
R=23.51%
G=40.30%
B=36.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262161940.4200.100.15165.3353.5767.06
Hex7ED8C22A0AFa53643
Octal176330302520121724566103
Binary11111101101100011000010101010010101111101001011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED8C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,216,194); }

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

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

 a { background-color: rgb(126,216,194); }

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

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

 span { border-color: rgb(126,216,194); }

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