Html Css Color HEX #2BAD9F Light Sea Green

📋 copy color: '#2BAD9F'

red 43 ◦ green 173 ◦ blue 159

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

Shades of Light Sea Green #2BAD9F

Tints of Light Sea Green #2BAD9F

RGB

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

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

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

R = 11.47%
G = 46.13%
B = 42.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#2BAD9F (or 0x2BAD9F) is known color: Light Sea Green. HEX triplet: 2B, AD and 9F. RGB value is (43,173,159). Sum of RGB (Red+Green+Blue) = 43+173+159=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #2BAD9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAD9F is #D45260. Grayscale: #848484. Windows color (decimal): -13914721 or 10464555. OLE color: 10464555.

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

Color convert

RGB 43 173 159 -
CMYK 0.75 0 0.08 0.32
HSL 173.54º 0.6% 0.42% -
HSV(B) 173.54º 0.75% 0.68% -
XYZ 22.2 32.9 37.98 -
YUV 132.53 142.93 64.14 -
System Red Green Blue C M Y K H S L
Decimal 43 173 159 0.75 0 0.08 0.32 173.54 0.6 0.42
Hex 2B AD 9F 4B 0 8 20 AE 3C 2A
Octal 53 255 237 113 0 10 40 256 74 52
Binary 101011 10101101 10011111 1001011 0 1000 100000 10101110 111100 101010

Color Harmonies of #2BAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAD9F

Black with #2BAD9F

Text Example


Text Example

White with #2BAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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