Html Css Color HEX #1AAEAC Light Sea Green

📋 copy color: '#1AAEAC'

red 26 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #1AAEAC

Tints of Light Sea Green #1AAEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.77%

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

R = 6.99%
G = 46.77%
B = 46.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#1AAEAC (or 0x1AAEAC) is known color: Light Sea Green. HEX triplet: 1A, AE and AC. RGB value is (26,174,172). Sum of RGB (Red+Green+Blue) = 26+174+172=372 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.99% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAEAC is #E55153. Grayscale: #818181. Windows color (decimal): -15028564 or 11316762. OLE color: 11316762.

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

Color convert

RGB 26 174 172 -
CMYK 0.85 0 0.01 0.32
HSL 179.19º 0.74% 0.39% -
HSV(B) 179.19º 0.85% 0.68% -
XYZ 23.01 33.47 44.28 -
YUV 129.52 151.97 54.16 -
System Red Green Blue C M Y K H S L
Decimal 26 174 172 0.85 0 0.01 0.32 179.19 0.74 0.39
Hex 1A AE AC 55 0 1 20 B3 4A 27
Octal 32 256 254 125 0 1 40 263 112 47
Binary 11010 10101110 10101100 1010101 0 1 100000 10110011 1001010 100111

Color Harmonies of #1AAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAEAC

Black with #1AAEAC

Text Example


Text Example

White with #1AAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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