Html Css Color HEX #2BAAA6 Light Sea Green

📋 copy color: '#2BAAA6'

red 43 ◦ green 170 ◦ blue 166

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

Shades of Light Sea Green #2BAAA6

Tints of Light Sea Green #2BAAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.8%

R = 11.35%
G = 44.85%
B = 43.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#2BAAA6 (or 0x2BAAA6) is known color: Light Sea Green. HEX triplet: 2B, AA and A6. RGB value is (43,170,166). Sum of RGB (Red+Green+Blue) = 43+170+166=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAAA6 is #D45559. Grayscale: #838383. Windows color (decimal): -13915482 or 10922539. OLE color: 10922539.

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

Color convert

RGB 43 170 166 -
CMYK 0.75 0 0.02 0.33
HSL 178.11º 0.6% 0.42% -
HSV(B) 178.11º 0.75% 0.67% -
XYZ 22.25 32.02 41.08 -
YUV 131.57 147.42 64.83 -
System Red Green Blue C M Y K H S L
Decimal 43 170 166 0.75 0 0.02 0.33 178.11 0.6 0.42
Hex 2B AA A6 4B 0 2 21 B2 3C 2A
Octal 53 252 246 113 0 2 41 262 74 52
Binary 101011 10101010 10100110 1001011 0 10 100001 10110010 111100 101010

Color Harmonies of #2BAAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAAA6

Black with #2BAAA6

Text Example


Text Example

White with #2BAAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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