Html Css Color HEX #1AAA98 Light Sea Green

📋 copy color: '#1AAA98'

red 26 ◦ green 170 ◦ blue 152

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

Shades of Light Sea Green #1AAA98

Tints of Light Sea Green #1AAA98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.68%

R = 7.47%
G = 48.85%
B = 43.68%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#1AAA98 (or 0x1AAA98) is known color: Light Sea Green. HEX triplet: 1A, AA and 98. RGB value is (26,170,152). Sum of RGB (Red+Green+Blue) = 26+170+152=348 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.47% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA98 is #E55567. Grayscale: #7C7C7C. Windows color (decimal): -15029608 or 10005018. OLE color: 10005018.

HSL color Cylindrical-coordinate representation of color #1AAA98: hue angle of 172.5º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA98 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 170 152 -
CMYK 0.85 0 0.11 0.33
HSL 172.5º 0.73% 0.38% -
HSV(B) 172.5º 0.85% 0.67% -
XYZ 20.47 31.24 34.66 -
YUV 124.89 143.29 57.46 -
System Red Green Blue C M Y K H S L
Decimal 26 170 152 0.85 0 0.11 0.33 172.5 0.73 0.38
Hex 1A AA 98 55 0 B 21 AC 49 26
Octal 32 252 230 125 0 13 41 254 111 46
Binary 11010 10101010 10011000 1010101 0 1011 100001 10101100 1001001 100110

Color Harmonies of #1AAA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAA98

Black with #1AAA98

Text Example


Text Example

White with #1AAA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,170,152); }

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

background-color css

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

 a { background-color: rgb(26,170,152); }

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

border-color css

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

 span { border-color: rgb(26,170,152); }

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