Html Css Color HEX #1AA6AC Light Sea Green

📋 copy color: '#1AA6AC'

red 26 ◦ green 166 ◦ blue 172

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

Shades of Light Sea Green #1AA6AC

Tints of Light Sea Green #1AA6AC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.6%

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 7.14%
G = 45.6%
B = 47.25%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1AA6AC (or 0x1AA6AC) is known color: Light Sea Green. HEX triplet: 1A, A6 and AC. RGB value is (26,166,172). Sum of RGB (Red+Green+Blue) = 26+166+172=364 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.14% from 364); Green value is 166 (65.23% from 255 or 45.60% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #1AA6AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA6AC is #E55953. Grayscale: #7C7C7C. Windows color (decimal): -15030612 or 11314714. OLE color: 11314714.

HSL color Cylindrical-coordinate representation of color #1AA6AC: hue angle of 182.47º 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 #1AA6AC is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 166 172 -
CMYK 0.85 0.03 0 0.33
HSL 182.47º 0.74% 0.39% -
HSV(B) 182.47º 0.85% 0.67% -
XYZ 21.51 30.47 43.78 -
YUV 124.82 154.62 57.51 -
System Red Green Blue C M Y K H S L
Decimal 26 166 172 0.85 0.03 0 0.33 182.47 0.74 0.39
Hex 1A A6 AC 55 3 0 21 B6 4A 27
Octal 32 246 254 125 3 0 41 266 112 47
Binary 11010 10100110 10101100 1010101 11 0 100001 10110110 1001010 100111

Color Harmonies of #1AA6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA6AC

Black with #1AA6AC

Text Example


Text Example

White with #1AA6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,166,172); }

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

background-color css

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

 a { background-color: rgb(26,166,172); }

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

border-color css

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

 span { border-color: rgb(26,166,172); }

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