Html Css Color HEX #2BABAD Light Sea Green

📋 copy color: '#2BABAD'

red 43 ◦ green 171 ◦ blue 173

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

Shades of Light Sea Green #2BABAD

Tints of Light Sea Green #2BABAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 11.11%
G = 44.19%
B = 44.7%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2BABAD (or 0x2BABAD) is known color: Light Sea Green. HEX triplet: 2B, AB and AD. RGB value is (43,171,173). Sum of RGB (Red+Green+Blue) = 43+171+173=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #2BABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BABAD is #D45452. Grayscale: #848484. Windows color (decimal): -13915219 or 11381547. OLE color: 11381547.

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

Color convert

RGB 43 171 173 -
CMYK 0.75 0.01 0 0.32
HSL 180.92º 0.6% 0.42% -
HSV(B) 180.92º 0.75% 0.68% -
XYZ 23.1 32.66 44.62 -
YUV 132.96 150.59 63.84 -
System Red Green Blue C M Y K H S L
Decimal 43 171 173 0.75 0.01 0 0.32 180.92 0.6 0.42
Hex 2B AB AD 4B 1 0 20 B5 3C 2A
Octal 53 253 255 113 1 0 40 265 74 52
Binary 101011 10101011 10101101 1001011 1 0 100000 10110101 111100 101010

Color Harmonies of #2BABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BABAD

Black with #2BABAD

Text Example


Text Example

White with #2BABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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