Html Css Color HEX #2AABAD Light Sea Green

📋 copy color: '#2AABAD'

red 42 ◦ green 171 ◦ blue 173

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

Shades of Light Sea Green #2AABAD

Tints of Light Sea Green #2AABAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 10.88%
G = 44.3%
B = 44.82%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2AABAD (or 0x2AABAD) is known color: Light Sea Green. HEX triplet: 2A, AB and AD. RGB value is (42,171,173). Sum of RGB (Red+Green+Blue) = 42+171+173=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #2AABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AABAD is #D55452. Grayscale: #848484. Windows color (decimal): -13980755 or 11381546. OLE color: 11381546.

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

Color convert

RGB 42 171 173 -
CMYK 0.76 0.01 0 0.32
HSL 180.92º 0.61% 0.42% -
HSV(B) 180.92º 0.76% 0.68% -
XYZ 23.06 32.64 44.62 -
YUV 132.66 150.76 63.34 -
System Red Green Blue C M Y K H S L
Decimal 42 171 173 0.76 0.01 0 0.32 180.92 0.61 0.42
Hex 2A AB AD 4C 1 0 20 B5 3D 2A
Octal 52 253 255 114 1 0 40 265 75 52
Binary 101010 10101011 10101101 1001100 1 0 100000 10110101 111101 101010

Color Harmonies of #2AABAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AABAD

Black with #2AABAD

Text Example


Text Example

White with #2AABAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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