Html Css Color HEX #1AA5AB Light Sea Green

📋 copy color: '#1AA5AB'

red 26 ◦ green 165 ◦ blue 171

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

Shades of Light Sea Green #1AA5AB

Tints of Light Sea Green #1AA5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.58%

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 7.18%
G = 45.58%
B = 47.24%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1AA5AB (or 0x1AA5AB) is known color: Light Sea Green. HEX triplet: 1A, A5 and AB. RGB value is (26,165,171). Sum of RGB (Red+Green+Blue) = 26+165+171=362 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.18% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #1AA5AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA5AB is #E55A54. Grayscale: #7B7B7B. Windows color (decimal): -15030869 or 11248922. OLE color: 11248922.

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

Color convert

RGB 26 165 171 -
CMYK 0.85 0.04 0 0.33
HSL 182.48º 0.74% 0.39% -
HSV(B) 182.48º 0.85% 0.67% -
XYZ 21.23 30.07 43.21 -
YUV 124.12 154.45 58.01 -
System Red Green Blue C M Y K H S L
Decimal 26 165 171 0.85 0.04 0 0.33 182.48 0.74 0.39
Hex 1A A5 AB 55 4 0 21 B6 4A 27
Octal 32 245 253 125 4 0 41 266 112 47
Binary 11010 10100101 10101011 1010101 100 0 100001 10110110 1001010 100111

Color Harmonies of #1AA5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA5AB

Black with #1AA5AB

Text Example


Text Example

White with #1AA5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,165,171); }

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

background-color css

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

 a { background-color: rgb(26,165,171); }

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

border-color css

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

 span { border-color: rgb(26,165,171); }

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