Html Css Color HEX #2BAD65 Medium Sea Green

📋 copy color: '#2BAD65'

red 43 ◦ green 173 ◦ blue 101

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

Shades of Medium Sea Green #2BAD65

Tints of Medium Sea Green #2BAD65

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.57%

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 13.56%
G = 54.57%
B = 31.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#2BAD65 (or 0x2BAD65) is known color: Medium Sea Green. HEX triplet: 2B, AD and 65. RGB value is (43,173,101). Sum of RGB (Red+Green+Blue) = 43+173+101=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD65 is #D4529A. Grayscale: #7E7E7E. Windows color (decimal): -13914779 or 6663467. OLE color: 6663467.

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

Color convert

RGB 43 173 101 -
CMYK 0.75 0 0.42 0.32
HSL 146.77º 0.6% 0.42% -
HSV(B) 146.77º 0.75% 0.68% -
XYZ 18.29 31.34 17.4 -
YUV 125.92 113.93 68.85 -
System Red Green Blue C M Y K H S L
Decimal 43 173 101 0.75 0 0.42 0.32 146.77 0.6 0.42
Hex 2B AD 65 4B 0 2A 20 93 3C 2A
Octal 53 255 145 113 0 52 40 223 74 52
Binary 101011 10101101 1100101 1001011 0 101010 100000 10010011 111100 101010

Color Harmonies of #2BAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAD65

Black with #2BAD65

Text Example


Text Example

White with #2BAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,173,101); }

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

background-color css

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

 a { background-color: rgb(43,173,101); }

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

border-color css

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

 span { border-color: rgb(43,173,101); }

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