Html Css Color HEX #2BAD68 Medium Sea Green

📋 copy color: '#2BAD68'

red 43 ◦ green 173 ◦ blue 104

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

Shades of Medium Sea Green #2BAD68

Tints of Medium Sea Green #2BAD68

RGB

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

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

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

R = 13.44%
G = 54.06%
B = 32.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#2BAD68 (or 0x2BAD68) is known color: Medium Sea Green. HEX triplet: 2B, AD and 68. RGB value is (43,173,104). Sum of RGB (Red+Green+Blue) = 43+173+104=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAD68 is #D45297. Grayscale: #7E7E7E. Windows color (decimal): -13914776 or 6860075. OLE color: 6860075.

HSL color Cylindrical-coordinate representation of color #2BAD68: hue angle of 148.15º 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 #2BAD68 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 173 104 -
CMYK 0.75 0 0.40 0.32
HSL 148.15º 0.6% 0.42% -
HSV(B) 148.15º 0.75% 0.68% -
XYZ 18.44 31.4 18.19 -
YUV 126.26 115.43 68.61 -
System Red Green Blue C M Y K H S L
Decimal 43 173 104 0.75 0 0.40 0.32 148.15 0.6 0.42
Hex 2B AD 68 4B 0 28 20 94 3C 2A
Octal 53 255 150 113 0 50 40 224 74 52
Binary 101011 10101101 1101000 1001011 0 101000 100000 10010100 111100 101010

Color Harmonies of #2BAD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAD68

Black with #2BAD68

Text Example


Text Example

White with #2BAD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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