#2BD06A

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

Shades of Medium Sea Green #2BD06A

Tints of Medium Sea Green #2BD06A

Color information

#2BD06A (or 0x2BD06A) is unknown color: approx Medium Sea Green. HEX triplet: 2B, D0 and 6A. RGB value is (43,208,106). Sum of RGB (Red+Green+Blue) = 43+208+106=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD06A is #D42F95. Grayscale: #939393. Windows color (decimal): -13905814 or 7000107. OLE color: 7000107.

HSL color Cylindrical-coordinate representation of color #2BD06A: hue angle of 142.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD06A is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB43208106-
CMYK0.7900.490.18
HSL142.91º65.74%49.22%-
HSV(B)142.91º79.33%81.57%-
XYZ26.1546.6721.26-
YUV147.04104.8453.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.04%
GREEN value IS 208 (81.64% from 255) = 58.26%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=12.04%
G=58.26%
B=29.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal432081060.7900.490.18142.9165.7449.22
Hex2BD06A4F031128f4231
Octal533201521170612221710261
Binary1010111101000011010101001111011000110010100011111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BD06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,208,106); }

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

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

 a { background-color: rgb(43,208,106); }

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

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

 span { border-color: rgb(43,208,106); }

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