Html Css Color HEX #1AAAA7 Light Sea Green

📋 copy color: '#1AAAA7'

red 26 ◦ green 170 ◦ blue 167

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

Shades of Light Sea Green #1AAAA7

Tints of Light Sea Green #1AAAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.01%

R = 7.16%
G = 46.83%
B = 46.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#1AAAA7 (or 0x1AAAA7) is known color: Light Sea Green. HEX triplet: 1A, AA and A7. RGB value is (26,170,167). Sum of RGB (Red+Green+Blue) = 26+170+167=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAAA7 is #E55558. Grayscale: #7E7E7E. Windows color (decimal): -15029593 or 10988058. OLE color: 10988058.

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

Color convert

RGB 26 170 167 -
CMYK 0.85 0 0.02 0.33
HSL 178.75º 0.73% 0.38% -
HSV(B) 178.75º 0.85% 0.67% -
XYZ 21.78 31.76 41.54 -
YUV 126.6 150.79 56.24 -
System Red Green Blue C M Y K H S L
Decimal 26 170 167 0.85 0 0.02 0.33 178.75 0.73 0.38
Hex 1A AA A7 55 0 2 21 B3 49 26
Octal 32 252 247 125 0 2 41 263 111 46
Binary 11010 10101010 10100111 1010101 0 10 100001 10110011 1001001 100110

Color Harmonies of #1AAAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAAA7

Black with #1AAAA7

Text Example


Text Example

White with #1AAAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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