Html Css Color HEX #2BADA1 Light Sea Green

📋 copy color: '#2BADA1'

red 43 ◦ green 173 ◦ blue 161

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

Shades of Light Sea Green #2BADA1

Tints of Light Sea Green #2BADA1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.89%

 BLUE value IS 161 (63.28% from 255) = 42.71%

R = 11.41%
G = 45.89%
B = 42.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#2BADA1 (or 0x2BADA1) is known color: Light Sea Green. HEX triplet: 2B, AD and A1. RGB value is (43,173,161). Sum of RGB (Red+Green+Blue) = 43+173+161=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #2BADA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BADA1 is #D4525E. Grayscale: #848484. Windows color (decimal): -13914719 or 10595627. OLE color: 10595627.

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

Color convert

RGB 43 173 161 -
CMYK 0.75 0 0.07 0.32
HSL 174.46º 0.6% 0.42% -
HSV(B) 174.46º 0.75% 0.68% -
XYZ 22.37 32.97 38.9 -
YUV 132.76 143.93 63.98 -
System Red Green Blue C M Y K H S L
Decimal 43 173 161 0.75 0 0.07 0.32 174.46 0.6 0.42
Hex 2B AD A1 4B 0 7 20 AE 3C 2A
Octal 53 255 241 113 0 7 40 256 74 52
Binary 101011 10101101 10100001 1001011 0 111 100000 10101110 111100 101010

Color Harmonies of #2BADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BADA1

Black with #2BADA1

Text Example


Text Example

White with #2BADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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