Html Css Color HEX #2BA99F Light Sea Green

📋 copy color: '#2BA99F'

red 43 ◦ green 169 ◦ blue 159

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

Shades of Light Sea Green #2BA99F

Tints of Light Sea Green #2BA99F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.55%

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 11.59%
G = 45.55%
B = 42.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#2BA99F (or 0x2BA99F) is known color: Light Sea Green. HEX triplet: 2B, A9 and 9F. RGB value is (43,169,159). Sum of RGB (Red+Green+Blue) = 43+169+159=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA99F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA99F is #D45660. Grayscale: #828282. Windows color (decimal): -13915745 or 10463531. OLE color: 10463531.

HSL color Cylindrical-coordinate representation of color #2BA99F: hue angle of 175.24º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA99F is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 43 169 159 -
CMYK 0.75 0 0.06 0.34
HSL 175.24º 0.59% 0.42% -
HSV(B) 175.24º 0.75% 0.66% -
XYZ 21.44 31.39 37.73 -
YUV 130.19 144.26 65.81 -
System Red Green Blue C M Y K H S L
Decimal 43 169 159 0.75 0 0.06 0.34 175.24 0.59 0.42
Hex 2B A9 9F 4B 0 6 22 AF 3B 2A
Octal 53 251 237 113 0 6 42 257 73 52
Binary 101011 10101001 10011111 1001011 0 110 100010 10101111 111011 101010

Color Harmonies of #2BA99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA99F

Black with #2BA99F

Text Example


Text Example

White with #2BA99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,169,159); }

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

background-color css

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

 a { background-color: rgb(43,169,159); }

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

border-color css

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

 span { border-color: rgb(43,169,159); }

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