Html Css Color HEX #2BAC9C Light Sea Green

📋 copy color: '#2BAC9C'

red 43 ◦ green 172 ◦ blue 156

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

Shades of Light Sea Green #2BAC9C

Tints of Light Sea Green #2BAC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 11.59%
G = 46.36%
B = 42.05%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#2BAC9C (or 0x2BAC9C) is known color: Light Sea Green. HEX triplet: 2B, AC and 9C. RGB value is (43,172,156). Sum of RGB (Red+Green+Blue) = 43+172+156=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAC9C is #D45363. Grayscale: #838383. Windows color (decimal): -13914980 or 10267691. OLE color: 10267691.

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

Color convert

RGB 43 172 156 -
CMYK 0.75 0 0.09 0.33
HSL 172.56º 0.6% 0.42% -
HSV(B) 172.56º 0.75% 0.67% -
XYZ 21.75 32.42 36.56 -
YUV 131.61 141.76 64.8 -
System Red Green Blue C M Y K H S L
Decimal 43 172 156 0.75 0 0.09 0.33 172.56 0.6 0.42
Hex 2B AC 9C 4B 0 9 21 AD 3C 2A
Octal 53 254 234 113 0 11 41 255 74 52
Binary 101011 10101100 10011100 1001011 0 1001 100001 10101101 111100 101010

Color Harmonies of #2BAC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAC9C

Black with #2BAC9C

Text Example


Text Example

White with #2BAC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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