Html Css Color HEX #2BBEAB Light Sea Green

📋 copy color: '#2BBEAB'

red 43 ◦ green 190 ◦ blue 171

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

Shades of Light Sea Green #2BBEAB

Tints of Light Sea Green #2BBEAB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.03%

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 10.64%
G = 47.03%
B = 42.33%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#2BBEAB (or 0x2BBEAB) is known color: Light Sea Green. HEX triplet: 2B, BE and AB. RGB value is (43,190,171). Sum of RGB (Red+Green+Blue) = 43+190+171=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBEAB is #D44154. Grayscale: #8F8F8F. Windows color (decimal): -13910357 or 11255339. OLE color: 11255339.

HSL color Cylindrical-coordinate representation of color #2BBEAB: hue angle of 172.24º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBEAB is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 190 171 -
CMYK 0.77 0 0.10 0.25
HSL 172.24º 0.63% 0.46% -
HSV(B) 172.24º 0.77% 0.75% -
XYZ 26.76 40.28 44.89 -
YUV 143.88 143.3 56.04 -
System Red Green Blue C M Y K H S L
Decimal 43 190 171 0.77 0 0.10 0.25 172.24 0.63 0.46
Hex 2B BE AB 4D 0 A 19 AC 3F 2E
Octal 53 276 253 115 0 12 31 254 77 56
Binary 101011 10111110 10101011 1001101 0 1010 11001 10101100 111111 101110

Color Harmonies of #2BBEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBEAB

Black with #2BBEAB

Text Example


Text Example

White with #2BBEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,190,171); }

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

background-color css

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

 a { background-color: rgb(43,190,171); }

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

border-color css

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

 span { border-color: rgb(43,190,171); }

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