#7ECBBF

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

Shades of Bermuda #7ECBBF

Tints of Bermuda #7ECBBF

Color information

#7ECBBF (or 0x7ECBBF) is unknown color: approx Bermuda. HEX triplet: 7E, CB and BF. RGB value is (126,203,191). Sum of RGB (Red+Green+Blue) = 126+203+191=520 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.23% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECBBF is #813440. Grayscale: #B2B2B2. Windows color (decimal): -8467521 or 12569470. OLE color: 12569470.

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

Color convert

RGB126203191-
CMYK0.3800.060.20
HSL170.65º42.54%64.51%-
HSV(B)170.65º37.93%79.61%-
XYZ39.3650.9157.04-
YUV178.61134.9990.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.23%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 191 (75% from 255) = 36.73%
R=24.23%
G=39.04%
B=36.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262031910.3800.060.20170.6542.5464.51
Hex7ECBBF260614ab2b41
Octal17631327746062425353101
Binary11111101100101110111111100110011010100101010111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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