Html Css Color HEX #2BB8AA Light Sea Green

📋 copy color: '#2BB8AA'

red 43 ◦ green 184 ◦ blue 170

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

Shades of Light Sea Green #2BB8AA

Tints of Light Sea Green #2BB8AA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.35%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 10.83%
G = 46.35%
B = 42.82%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#2BB8AA (or 0x2BB8AA) is known color: Light Sea Green. HEX triplet: 2B, B8 and AA. RGB value is (43,184,170). Sum of RGB (Red+Green+Blue) = 43+184+170=397 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.83% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #2BB8AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB8AA is #D44755. Grayscale: #8C8C8C. Windows color (decimal): -13911894 or 11188267. OLE color: 11188267.

HSL color Cylindrical-coordinate representation of color #2BB8AA: hue angle of 174.04º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB8AA is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 43 184 170 -
CMYK 0.77 0 0.08 0.28
HSL 174.04º 0.62% 0.45% -
HSV(B) 174.04º 0.77% 0.72% -
XYZ 25.39 37.7 43.97 -
YUV 140.25 144.79 58.64 -
System Red Green Blue C M Y K H S L
Decimal 43 184 170 0.77 0 0.08 0.28 174.04 0.62 0.45
Hex 2B B8 AA 4D 0 8 1C AE 3E 2D
Octal 53 270 252 115 0 10 34 256 76 55
Binary 101011 10111000 10101010 1001101 0 1000 11100 10101110 111110 101101

Color Harmonies of #2BB8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BB8AA

Black with #2BB8AA

Text Example


Text Example

White with #2BB8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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