Html Css Color HEX #2AABAC Light Sea Green

📋 copy color: '#2AABAC'

red 42 ◦ green 171 ◦ blue 172

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

Shades of Light Sea Green #2AABAC

Tints of Light Sea Green #2AABAC

RGB

 RED value IS 42 (16.8% from 255) = 10.91%

 GREEN value IS 171 (67.19% from 255) = 44.42%

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

R = 10.91%
G = 44.42%
B = 44.68%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2AABAC (or 0x2AABAC) is known color: Light Sea Green. HEX triplet: 2A, AB and AC. RGB value is (42,171,172). Sum of RGB (Red+Green+Blue) = 42+171+172=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #2AABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AABAC is #D55453. Grayscale: #848484. Windows color (decimal): -13980756 or 11316010. OLE color: 11316010.

HSL color Cylindrical-coordinate representation of color #2AABAC: hue angle of 180.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AABAC is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 171 172 -
CMYK 0.76 0.01 0 0.33
HSL 180.46º 0.61% 0.42% -
HSV(B) 180.46º 0.76% 0.67% -
XYZ 22.96 32.6 44.11 -
YUV 132.54 150.26 63.42 -
System Red Green Blue C M Y K H S L
Decimal 42 171 172 0.76 0.01 0 0.33 180.46 0.61 0.42
Hex 2A AB AC 4C 1 0 21 B4 3D 2A
Octal 52 253 254 114 1 0 41 264 75 52
Binary 101010 10101011 10101100 1001100 1 0 100001 10110100 111101 101010

Color Harmonies of #2AABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AABAC

Black with #2AABAC

Text Example


Text Example

White with #2AABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,171,172); }

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

background-color css

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

 a { background-color: rgb(42,171,172); }

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

border-color css

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

 span { border-color: rgb(42,171,172); }

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