Html Css Color HEX #2BAB9F Light Sea Green

📋 copy color: '#2BAB9F'

red 43 ◦ green 171 ◦ blue 159

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

Shades of Light Sea Green #2BAB9F

Tints of Light Sea Green #2BAB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.84%

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

R = 11.53%
G = 45.84%
B = 42.63%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#2BAB9F (or 0x2BAB9F) is known color: Light Sea Green. HEX triplet: 2B, AB and 9F. RGB value is (43,171,159). Sum of RGB (Red+Green+Blue) = 43+171+159=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAB9F is #D45460. Grayscale: #838383. Windows color (decimal): -13915233 or 10464043. OLE color: 10464043.

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

Color convert

RGB 43 171 159 -
CMYK 0.75 0 0.07 0.33
HSL 174.38º 0.6% 0.42% -
HSV(B) 174.38º 0.75% 0.67% -
XYZ 21.82 32.14 37.86 -
YUV 131.36 143.59 64.98 -
System Red Green Blue C M Y K H S L
Decimal 43 171 159 0.75 0 0.07 0.33 174.38 0.6 0.42
Hex 2B AB 9F 4B 0 7 21 AE 3C 2A
Octal 53 253 237 113 0 7 41 256 74 52
Binary 101011 10101011 10011111 1001011 0 111 100001 10101110 111100 101010

Color Harmonies of #2BAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAB9F

Black with #2BAB9F

Text Example


Text Example

White with #2BAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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