Html Css Color HEX #1AADAC Light Sea Green

📋 copy color: '#1AADAC'

red 26 ◦ green 173 ◦ blue 172

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

Shades of Light Sea Green #1AADAC

Tints of Light Sea Green #1AADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.63%

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

R = 7.01%
G = 46.63%
B = 46.36%

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

#1AADAC (or 0x1AADAC) is known color: Light Sea Green. HEX triplet: 1A, AD and AC. RGB value is (26,173,172). Sum of RGB (Red+Green+Blue) = 26+173+172=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #1AADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AADAC is #E55253. Grayscale: #808080. Windows color (decimal): -15028820 or 11316506. OLE color: 11316506.

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

Color convert

RGB 26 173 172 -
CMYK 0.85 0 0.01 0.32
HSL 179.59º 0.74% 0.39% -
HSV(B) 179.59º 0.85% 0.68% -
XYZ 22.82 33.09 44.21 -
YUV 128.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 26 173 172 0.85 0 0.01 0.32 179.59 0.74 0.39
Hex 1A AD AC 55 0 1 20 B4 4A 27
Octal 32 255 254 125 0 1 40 264 112 47
Binary 11010 10101101 10101100 1010101 0 1 100000 10110100 1001010 100111

Color Harmonies of #1AADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AADAC

Black with #1AADAC

Text Example


Text Example

White with #1AADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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