Html Css Color HEX #2BB575 Medium Sea Green

📋 copy color: '#2BB575'

red 43 ◦ green 181 ◦ blue 117

#2BB575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2BB575

Tints of Medium Sea Green #2BB575

RGB

 RED value IS 43 (17.19% from 255) = 12.61%

 GREEN value IS 181 (71.09% from 255) = 53.08%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 12.61%
G = 53.08%
B = 34.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#2BB575 (or 0x2BB575) is known color: Medium Sea Green. HEX triplet: 2B, B5 and 75. RGB value is (43,181,117). Sum of RGB (Red+Green+Blue) = 43+181+117=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BB575 is #D44A8A. Grayscale: #848484. Windows color (decimal): -13912715 or 7714091. OLE color: 7714091.

HSL color Cylindrical-coordinate representation of color #2BB575: hue angle of 152.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB575 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 181 117 -
CMYK 0.76 0 0.35 0.29
HSL 152.17º 0.62% 0.44% -
HSV(B) 152.17º 0.76% 0.71% -
XYZ 20.73 34.85 22.46 -
YUV 132.44 119.28 64.2 -
System Red Green Blue C M Y K H S L
Decimal 43 181 117 0.76 0 0.35 0.29 152.17 0.62 0.44
Hex 2B B5 75 4C 0 23 1D 98 3E 2C
Octal 53 265 165 114 0 43 35 230 76 54
Binary 101011 10110101 1110101 1001100 0 100011 11101 10011000 111110 101100

Color Harmonies of #2BB575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB575

Black with #2BB575

Text Example


Text Example

White with #2BB575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BB575;
 }
 .AnyTagClassName
 {
   color: #2BB575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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