Html Css Color HEX #2BAA9E Light Sea Green

📋 copy color: '#2BAA9E'

red 43 ◦ green 170 ◦ blue 158

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

Shades of Light Sea Green #2BAA9E

Tints of Light Sea Green #2BAA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.82%

 BLUE value IS 158 (62.11% from 255) = 42.59%

R = 11.59%
G = 45.82%
B = 42.59%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#2BAA9E (or 0x2BAA9E) is known color: Light Sea Green. HEX triplet: 2B, AA and 9E. RGB value is (43,170,158). Sum of RGB (Red+Green+Blue) = 43+170+158=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAA9E is #D45561. Grayscale: #828282. Windows color (decimal): -13915490 or 10398251. OLE color: 10398251.

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

Color convert

RGB 43 170 158 -
CMYK 0.75 0 0.07 0.33
HSL 174.33º 0.6% 0.42% -
HSV(B) 174.33º 0.75% 0.67% -
XYZ 21.54 31.73 37.34 -
YUV 130.66 143.42 65.48 -
System Red Green Blue C M Y K H S L
Decimal 43 170 158 0.75 0 0.07 0.33 174.33 0.6 0.42
Hex 2B AA 9E 4B 0 7 21 AE 3C 2A
Octal 53 252 236 113 0 7 41 256 74 52
Binary 101011 10101010 10011110 1001011 0 111 100001 10101110 111100 101010

Color Harmonies of #2BAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAA9E

Black with #2BAA9E

Text Example


Text Example

White with #2BAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,170,158); }

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

background-color css

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

 a { background-color: rgb(43,170,158); }

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

border-color css

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

 span { border-color: rgb(43,170,158); }

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