#2BAE66

Color #2BAE66 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2BAE66

Tints of Medium Sea Green #2BAE66

Color information

#2BAE66 (or 0x2BAE66) is unknown color: approx Medium Sea Green. HEX triplet: 2B, AE and 66. RGB value is (43,174,102). Sum of RGB (Red+Green+Blue) = 43+174+102=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 174 (68.36% from 255 or 54.55% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAE66 is #D45199. Grayscale: #7E7E7E. Windows color (decimal): -13914522 or 6729259. OLE color: 6729259.

HSL color Cylindrical-coordinate representation of color #2BAE66: hue angle of 147.02º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAE66 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB43174102-
CMYK0.7500.410.32
HSL147.02º60.37%42.55%-
HSV(B)147.02º75.29%68.24%-
XYZ18.5331.7517.72-
YUV126.62114.168.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.48%
GREEN value IS 174 (68.36% from 255) = 54.55%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=13.48%
G=54.55%
B=31.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal431741020.7500.410.32147.0260.3742.55
Hex2BAE664B02920933c2b
Octal53256146113051402237453
Binary1010111010111011001101001011010100110000010010011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BAE66; }

 p { color: rgb(43,174,102); }

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

<style>
 a { background-color: #2BAE66; }

 a { background-color: rgb(43,174,102); }

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

<style>
 span { border-color: #2BAE66; }

 span { border-color: rgb(43,174,102); }

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