#2BC875

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

Shades of Medium Sea Green #2BC875

Tints of Medium Sea Green #2BC875

Color information

#2BC875 (or 0x2BC875) is unknown color: approx Medium Sea Green. HEX triplet: 2B, C8 and 75. RGB value is (43,200,117). Sum of RGB (Red+Green+Blue) = 43+200+117=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #2BC875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC875 is #D4378A. Grayscale: #8F8F8F. Windows color (decimal): -13907851 or 7718955. OLE color: 7718955.

HSL color Cylindrical-coordinate representation of color #2BC875: hue angle of 148.28º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BC875 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB43200117-
CMYK0.7800.420.22
HSL148.28º64.61%47.65%-
HSV(B)148.28º78.5%78.43%-
XYZ24.8643.1123.84-
YUV143.6112.9956.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.94%
GREEN value IS 200 (78.52% from 255) = 55.56%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=11.94%
G=55.56%
B=32.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal432001170.7800.420.22148.2864.6147.65
Hex2BC8754E02A16944130
Octal533101651160522622410160
Binary1010111100100011101011001110010101010110100101001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BC875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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