Html Css Color HEX #1ABAA2 Light Sea Green

📋 copy color: '#1ABAA2'

red 26 ◦ green 186 ◦ blue 162

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

Shades of Light Sea Green #1ABAA2

Tints of Light Sea Green #1ABAA2

RGB

 RED value IS 26 (10.55% from 255) = 6.95%

 GREEN value IS 186 (73.05% from 255) = 49.73%

 BLUE value IS 162 (63.67% from 255) = 43.32%

R = 6.95%
G = 49.73%
B = 43.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#1ABAA2 (or 0x1ABAA2) is known color: Light Sea Green. HEX triplet: 1A, BA and A2. RGB value is (26,186,162). Sum of RGB (Red+Green+Blue) = 26+186+162=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABAA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABAA2 is #E5455D. Grayscale: #878787. Windows color (decimal): -15025502 or 10664474. OLE color: 10664474.

HSL color Cylindrical-coordinate representation of color #1ABAA2: hue angle of 171º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABAA2 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 186 162 -
CMYK 0.86 0 0.13 0.27
HSL 171º 0.75% 0.42% -
HSV(B) 171º 0.86% 0.73% -
XYZ 24.51 37.95 40.22 -
YUV 135.42 142.99 49.95 -
System Red Green Blue C M Y K H S L
Decimal 26 186 162 0.86 0 0.13 0.27 171 0.75 0.42
Hex 1A BA A2 56 0 D 1B AB 4B 2A
Octal 32 272 242 126 0 15 33 253 113 52
Binary 11010 10111010 10100010 1010110 0 1101 11011 10101011 1001011 101010

Color Harmonies of #1ABAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABAA2

Black with #1ABAA2

Text Example


Text Example

White with #1ABAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ABAA2; }

 p { color: rgb(26,186,162); }

 H1.HeaderClassName
 {
   color: #1ABAA2;
 }
 .AnyTagClassName
 {
   color: #1ABAA2;
 }
</style>

background-color css

<style>
 a { background-color: #1ABAA2; }

 a { background-color: rgb(26,186,162); }

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

border-color css

<style>
 span { border-color: #1ABAA2; }

 span { border-color: rgb(26,186,162); }

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