Html Css Color HEX #2BAA68 Medium Sea Green

📋 copy color: '#2BAA68'

red 43 ◦ green 170 ◦ blue 104

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

Shades of Medium Sea Green #2BAA68

Tints of Medium Sea Green #2BAA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.63%

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 13.56%
G = 53.63%
B = 32.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#2BAA68 (or 0x2BAA68) is known color: Medium Sea Green. HEX triplet: 2B, AA and 68. RGB value is (43,170,104). Sum of RGB (Red+Green+Blue) = 43+170+104=317 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.56% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAA68 is #D45597. Grayscale: #7C7C7C. Windows color (decimal): -13915544 or 6859307. OLE color: 6859307.

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

Color convert

RGB 43 170 104 -
CMYK 0.75 0 0.39 0.33
HSL 148.82º 0.6% 0.42% -
HSV(B) 148.82º 0.75% 0.67% -
XYZ 17.87 30.26 18 -
YUV 124.5 116.42 69.87 -
System Red Green Blue C M Y K H S L
Decimal 43 170 104 0.75 0 0.39 0.33 148.82 0.6 0.42
Hex 2B AA 68 4B 0 27 21 95 3C 2A
Octal 53 252 150 113 0 47 41 225 74 52
Binary 101011 10101010 1101000 1001011 0 100111 100001 10010101 111100 101010

Color Harmonies of #2BAA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAA68

Black with #2BAA68

Text Example


Text Example

White with #2BAA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,170,104); }

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

background-color css

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

 a { background-color: rgb(43,170,104); }

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

border-color css

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

 span { border-color: rgb(43,170,104); }

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