#7ECCC6

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

Shades of Bermuda #7ECCC6

Tints of Bermuda #7ECCC6

Color information

#7ECCC6 (or 0x7ECCC6) is unknown color: approx Bermuda. HEX triplet: 7E, CC and C6. RGB value is (126,204,198). Sum of RGB (Red+Green+Blue) = 126+204+198=528 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.86% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCC6 is #813339. Grayscale: #B3B3B3. Windows color (decimal): -8467258 or 13028478. OLE color: 13028478.

HSL color Cylindrical-coordinate representation of color #7ECCC6: hue angle of 175.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECCC6 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB126204198-
CMYK0.3800.030.2
HSL175.38º43.33%64.71%-
HSV(B)175.38º38.24%80%-
XYZ40.3951.761.28-
YUV179.99138.1689.49-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.86%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 198 (77.73% from 255) = 37.5%
R=23.86%
G=38.64%
B=37.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1262041980.3800.030.2175.3843.3364.71
Hex7ECCC6260314af2b41
Octal17631430646032425753101
Binary1111110110011001100011010011001110100101011111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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