Html Css Color HEX #2BA9AB Light Sea Green

📋 copy color: '#2BA9AB'

red 43 ◦ green 169 ◦ blue 171

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

Shades of Light Sea Green #2BA9AB

Tints of Light Sea Green #2BA9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 11.23%
G = 44.13%
B = 44.65%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2BA9AB (or 0x2BA9AB) is known color: Light Sea Green. HEX triplet: 2B, A9 and AB. RGB value is (43,169,171). Sum of RGB (Red+Green+Blue) = 43+169+171=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #2BA9AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA9AB is #D45654. Grayscale: #838383. Windows color (decimal): -13915733 or 11249963. OLE color: 11249963.

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

Color convert

RGB 43 169 171 -
CMYK 0.75 0.01 0 0.33
HSL 180.94º 0.6% 0.42% -
HSV(B) 180.94º 0.75% 0.67% -
XYZ 22.53 31.83 43.48 -
YUV 131.55 150.26 64.84 -
System Red Green Blue C M Y K H S L
Decimal 43 169 171 0.75 0.01 0 0.33 180.94 0.6 0.42
Hex 2B A9 AB 4B 1 0 21 B5 3C 2A
Octal 53 251 253 113 1 0 41 265 74 52
Binary 101011 10101001 10101011 1001011 1 0 100001 10110101 111100 101010

Color Harmonies of #2BA9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA9AB

Black with #2BA9AB

Text Example


Text Example

White with #2BA9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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