#7ECFC6

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

Shades of Bermuda #7ECFC6

Tints of Bermuda #7ECFC6

Color information

#7ECFC6 (or 0x7ECFC6) is unknown color: approx Bermuda. HEX triplet: 7E, CF and C6. RGB value is (126,207,198). Sum of RGB (Red+Green+Blue) = 126+207+198=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFC6 is #813039. Grayscale: #B5B5B5. Windows color (decimal): -8466490 or 13029246. OLE color: 13029246.

HSL color Cylindrical-coordinate representation of color #7ECFC6: hue angle of 173.33º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECFC6 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB126207198-
CMYK0.3900.040.19
HSL173.33º45.76%65.29%-
HSV(B)173.33º39.13%81.18%-
XYZ41.1153.1461.52-
YUV181.76137.1688.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.73%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=23.73%
G=38.98%
B=37.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262071980.3900.040.19173.3345.7665.29
Hex7ECFC6270413ad2e41
Octal17631730647042325556101
Binary11111101100111111000110100111010010011101011011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,207,198); }

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

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

 a { background-color: rgb(126,207,198); }

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

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

 span { border-color: rgb(126,207,198); }

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