Html Css Color HEX #2BB5A0 Light Sea Green

📋 copy color: '#2BB5A0'

red 43 ◦ green 181 ◦ blue 160

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

Shades of Light Sea Green #2BB5A0

Tints of Light Sea Green #2BB5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.14%

 BLUE value IS 160 (62.89% from 255) = 41.67%

R = 11.2%
G = 47.14%
B = 41.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#2BB5A0 (or 0x2BB5A0) is known color: Light Sea Green. HEX triplet: 2B, B5 and A0. RGB value is (43,181,160). Sum of RGB (Red+Green+Blue) = 43+181+160=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB5A0 is #D44A5F. Grayscale: #898989. Windows color (decimal): -13912672 or 10532139. OLE color: 10532139.

HSL color Cylindrical-coordinate representation of color #2BB5A0: hue angle of 170.87º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB5A0 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 181 160 -
CMYK 0.76 0 0.12 0.29
HSL 170.87º 0.62% 0.44% -
HSV(B) 170.87º 0.76% 0.71% -
XYZ 23.87 36.1 38.97 -
YUV 137.34 140.78 60.71 -
System Red Green Blue C M Y K H S L
Decimal 43 181 160 0.76 0 0.12 0.29 170.87 0.62 0.44
Hex 2B B5 A0 4C 0 C 1D AB 3E 2C
Octal 53 265 240 114 0 14 35 253 76 54
Binary 101011 10110101 10100000 1001100 0 1100 11101 10101011 111110 101100

Color Harmonies of #2BB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB5A0

Black with #2BB5A0

Text Example


Text Example

White with #2BB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,181,160); }

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

background-color css

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

 a { background-color: rgb(43,181,160); }

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

border-color css

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

 span { border-color: rgb(43,181,160); }

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