Html Css Color HEX #1AADAB Light Sea Green

📋 copy color: '#1AADAB'

red 26 ◦ green 173 ◦ blue 171

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

Shades of Light Sea Green #1AADAB

Tints of Light Sea Green #1AADAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 7.03%
G = 46.76%
B = 46.22%

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

#1AADAB (or 0x1AADAB) is known color: Light Sea Green. HEX triplet: 1A, AD and AB. RGB value is (26,173,171). Sum of RGB (Red+Green+Blue) = 26+173+171=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #1AADAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AADAB is #E55254. Grayscale: #808080. Windows color (decimal): -15028821 or 11250970. OLE color: 11250970.

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

Color convert

RGB 26 173 171 -
CMYK 0.85 0 0.01 0.32
HSL 179.18º 0.74% 0.39% -
HSV(B) 179.18º 0.85% 0.68% -
XYZ 22.72 33.05 43.71 -
YUV 128.82 151.8 54.66 -
System Red Green Blue C M Y K H S L
Decimal 26 173 171 0.85 0 0.01 0.32 179.18 0.74 0.39
Hex 1A AD AB 55 0 1 20 B3 4A 27
Octal 32 255 253 125 0 1 40 263 112 47
Binary 11010 10101101 10101011 1010101 0 1 100000 10110011 1001010 100111

Color Harmonies of #1AADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AADAB

Black with #1AADAB

Text Example


Text Example

White with #1AADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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