Html Css Color HEX #1AAAB1 Light Sea Green

📋 copy color: '#1AAAB1'

red 26 ◦ green 170 ◦ blue 177

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

Shades of Light Sea Green #1AAAB1

Tints of Light Sea Green #1AAAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.45%

R = 6.97%
G = 45.58%
B = 47.45%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1AAAB1 (or 0x1AAAB1) is known color: Light Sea Green. HEX triplet: 1A, AA and B1. RGB value is (26,170,177). Sum of RGB (Red+Green+Blue) = 26+170+177=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 177 (69.53% from 255 or 47.45% from 373); Max value from RGB is 177 - color contains mainly: blue. Hex color #1AAAB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAAB1 is #E5554E. Grayscale: #7F7F7F. Windows color (decimal): -15029583 or 11643418. OLE color: 11643418.

HSL color Cylindrical-coordinate representation of color #1AAAB1: hue angle of 182.78º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAAB1 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 170 177 -
CMYK 0.85 0.04 0 0.31
HSL 182.78º 0.74% 0.4% -
HSV(B) 182.78º 0.85% 0.69% -
XYZ 22.74 32.14 46.6 -
YUV 127.74 155.79 55.43 -
System Red Green Blue C M Y K H S L
Decimal 26 170 177 0.85 0.04 0 0.31 182.78 0.74 0.4
Hex 1A AA B1 55 4 0 1F B7 4A 28
Octal 32 252 261 125 4 0 37 267 112 50
Binary 11010 10101010 10110001 1010101 100 0 11111 10110111 1001010 101000

Color Harmonies of #1AAAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAAB1

Black with #1AAAB1

Text Example


Text Example

White with #1AAAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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