Html Css Color HEX #2BBEAC Light Sea Green

📋 copy color: '#2BBEAC'

red 43 ◦ green 190 ◦ blue 172

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

Shades of Light Sea Green #2BBEAC

Tints of Light Sea Green #2BBEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 10.62%
G = 46.91%
B = 42.47%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#2BBEAC (or 0x2BBEAC) is known color: Light Sea Green. HEX triplet: 2B, BE and AC. RGB value is (43,190,172). Sum of RGB (Red+Green+Blue) = 43+190+172=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBEAC is #D44153. Grayscale: #8F8F8F. Windows color (decimal): -13910356 or 11320875. OLE color: 11320875.

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

Color convert

RGB 43 190 172 -
CMYK 0.77 0 0.09 0.25
HSL 172.65º 0.63% 0.46% -
HSV(B) 172.65º 0.77% 0.75% -
XYZ 26.86 40.32 45.4 -
YUV 144 143.8 55.96 -
System Red Green Blue C M Y K H S L
Decimal 43 190 172 0.77 0 0.09 0.25 172.65 0.63 0.46
Hex 2B BE AC 4D 0 9 19 AD 3F 2E
Octal 53 276 254 115 0 11 31 255 77 56
Binary 101011 10111110 10101100 1001101 0 1001 11001 10101101 111111 101110

Color Harmonies of #2BBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBEAC

Black with #2BBEAC

Text Example


Text Example

White with #2BBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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