#7ED0C2

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

Shades of Bermuda #7ED0C2

Tints of Bermuda #7ED0C2

Color information

#7ED0C2 (or 0x7ED0C2) is unknown color: approx Bermuda. HEX triplet: 7E, D0 and C2. RGB value is (126,208,194). Sum of RGB (Red+Green+Blue) = 126+208+194=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED0C2 is #812F3D. Grayscale: #B5B5B5. Windows color (decimal): -8466238 or 12767358. OLE color: 12767358.

HSL color Cylindrical-coordinate representation of color #7ED0C2: hue angle of 169.76º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0C2 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB126208194-
CMYK0.3900.070.18
HSL169.76º46.59%65.49%-
HSV(B)169.76º39.42%81.57%-
XYZ40.953.4459.2-
YUV181.89134.8388.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.86%
GREEN value IS 208 (81.64% from 255) = 39.39%
BLUE value IS 194 (76.17% from 255) = 36.74%
R=23.86%
G=39.39%
B=36.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1262081940.3900.070.18169.7646.5965.49
Hex7ED0C2270712aa2f41
Octal17632030247072225257101
Binary11111101101000011000010100111011110010101010101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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