#1AADAA

Color #1AADAA Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1AADAA

Tints of Light Sea Green #1AADAA

Color information

#1AADAA (or 0x1AADAA) is unknown color: approx Light Sea Green. HEX triplet: 1A, AD and AA. RGB value is (26,173,170). Sum of RGB (Red+Green+Blue) = 26+173+170=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #1AADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AADAA is #E55255. Grayscale: #808080. Windows color (decimal): -15028822 or 11185434. OLE color: 11185434.

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

Color convert

RGB26173170-
CMYK0.8500.020.32
HSL178.78º73.87%39.02%-
HSV(B)178.78º84.97%67.84%-
XYZ22.6333.0143.21-
YUV128.7151.354.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.05%
GREEN value IS 173 (67.97% from 255) = 46.88%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=7.05%
G=46.88%
B=46.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal261731700.8500.020.32178.7873.8739.02
Hex1AADAA550220b34a27
Octal32255252125024026311247
Binary1101010101101101010101010101010100000101100111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AADAA;
 }
 .AnyTagClassName
 {
   color: #1AADAA;
 }
</style>
background-color css

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

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

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

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

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

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