Html Css Color HEX #2BABAA Light Sea Green

📋 copy color: '#2BABAA'

red 43 ◦ green 171 ◦ blue 170

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

Shades of Light Sea Green #2BABAA

Tints of Light Sea Green #2BABAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 11.2%
G = 44.53%
B = 44.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#2BABAA (or 0x2BABAA) is known color: Light Sea Green. HEX triplet: 2B, AB and AA. RGB value is (43,171,170). Sum of RGB (Red+Green+Blue) = 43+171+170=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #2BABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BABAA is #D45455. Grayscale: #848484. Windows color (decimal): -13915222 or 11184939. OLE color: 11184939.

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

Color convert

RGB 43 171 170 -
CMYK 0.75 0 0.01 0.33
HSL 179.53º 0.6% 0.42% -
HSV(B) 179.53º 0.75% 0.67% -
XYZ 22.81 32.54 43.11 -
YUV 132.61 149.09 64.08 -
System Red Green Blue C M Y K H S L
Decimal 43 171 170 0.75 0 0.01 0.33 179.53 0.6 0.42
Hex 2B AB AA 4B 0 1 21 B4 3C 2A
Octal 53 253 252 113 0 1 41 264 74 52
Binary 101011 10101011 10101010 1001011 0 1 100001 10110100 111100 101010

Color Harmonies of #2BABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BABAA

Black with #2BABAA

Text Example


Text Example

White with #2BABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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