#2baf75

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

Shades of Medium Sea Green #2BAF75

Tints of Medium Sea Green #2BAF75

Color information

#2BAF75 (or 0x2BAF75) is unknown color: approx Medium Sea Green. HEX triplet: 2B, AF and 75. RGB value is (43,175,117). Sum of RGB (Red+Green+Blue) = 43+175+117=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAF75 is #D4508A. Grayscale: #818181. Windows color (decimal): -13914251 or 7712555. OLE color: 7712555.

HSL color Cylindrical-coordinate representation of color #2BAF75: hue angle of 153.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAF75 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB43175117-
CMYK0.7500.330.31
HSL153.64º60.55%42.75%-
HSV(B)153.64º75.43%68.63%-
XYZ19.5432.4622.06-
YUV128.92121.2766.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.84%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=12.84%
G=52.24%
B=34.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431751170.7500.330.31153.6460.5542.75
Hex2BAF754B0211F9a3d2b
Octal53257165113041372327553
Binary101011101011111110101100101101000011111110011010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2baf75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,175,117); }

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

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

 a { background-color: rgb(43,175,117); }

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

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

 span { border-color: rgb(43,175,117); }

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