Html Css Color HEX #1AA6A4 Light Sea Green

📋 copy color: '#1AA6A4'

red 26 ◦ green 166 ◦ blue 164

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

Shades of Light Sea Green #1AA6A4

Tints of Light Sea Green #1AA6A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.07%

R = 7.3%
G = 46.63%
B = 46.07%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#1AA6A4 (or 0x1AA6A4) is known color: Light Sea Green. HEX triplet: 1A, A6 and A4. RGB value is (26,166,164). Sum of RGB (Red+Green+Blue) = 26+166+164=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA6A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA6A4 is #E5595B. Grayscale: #7B7B7B. Windows color (decimal): -15030620 or 10790426. OLE color: 10790426.

HSL color Cylindrical-coordinate representation of color #1AA6A4: hue angle of 179.14º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA6A4 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 166 164 -
CMYK 0.84 0 0.01 0.35
HSL 179.14º 0.73% 0.38% -
HSV(B) 179.14º 0.84% 0.65% -
XYZ 20.76 30.17 39.85 -
YUV 123.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 26 166 164 0.84 0 0.01 0.35 179.14 0.73 0.38
Hex 1A A6 A4 54 0 1 23 B3 49 26
Octal 32 246 244 124 0 1 43 263 111 46
Binary 11010 10100110 10100100 1010100 0 1 100011 10110011 1001001 100110

Color Harmonies of #1AA6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA6A4

Black with #1AA6A4

Text Example


Text Example

White with #1AA6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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