Html Css Color HEX #2BAC9F Light Sea Green

📋 copy color: '#2BAC9F'

red 43 ◦ green 172 ◦ blue 159

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

Shades of Light Sea Green #2BAC9F

Tints of Light Sea Green #2BAC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.99%

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

R = 11.5%
G = 45.99%
B = 42.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#2BAC9F (or 0x2BAC9F) is known color: Light Sea Green. HEX triplet: 2B, AC and 9F. RGB value is (43,172,159). Sum of RGB (Red+Green+Blue) = 43+172+159=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAC9F is #D45360. Grayscale: #838383. Windows color (decimal): -13914977 or 10464299. OLE color: 10464299.

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

Color convert

RGB 43 172 159 -
CMYK 0.75 0 0.08 0.33
HSL 173.95º 0.6% 0.42% -
HSV(B) 173.95º 0.75% 0.67% -
XYZ 22.01 32.52 37.92 -
YUV 131.95 143.26 64.56 -
System Red Green Blue C M Y K H S L
Decimal 43 172 159 0.75 0 0.08 0.33 173.95 0.6 0.42
Hex 2B AC 9F 4B 0 8 21 AE 3C 2A
Octal 53 254 237 113 0 10 41 256 74 52
Binary 101011 10101100 10011111 1001011 0 1000 100001 10101110 111100 101010

Color Harmonies of #2BAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAC9F

Black with #2BAC9F

Text Example


Text Example

White with #2BAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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