#7ECCBF

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

Shades of Bermuda #7ECCBF

Tints of Bermuda #7ECCBF

Color information

#7ECCBF (or 0x7ECCBF) is unknown color: approx Bermuda. HEX triplet: 7E, CC and BF. RGB value is (126,204,191). Sum of RGB (Red+Green+Blue) = 126+204+191=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECCBF is #813340. Grayscale: #B3B3B3. Windows color (decimal): -8467265 or 12569726. OLE color: 12569726.

HSL color Cylindrical-coordinate representation of color #7ECCBF: hue angle of 170º 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 #7ECCBF is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB126204191-
CMYK0.3800.060.2
HSL170º43.33%64.71%-
HSV(B)170º38.24%80%-
XYZ39.651.3857.12-
YUV179.2134.6690.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.18%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 191 (75% from 255) = 36.66%
R=24.18%
G=39.16%
B=36.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1262041910.3800.060.217043.3364.71
Hex7ECCBF260614aa2b41
Octal17631427746062425253101
Binary11111101100110010111111100110011010100101010101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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