#17A2AA

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

Shades of Light Sea Green #17A2AA

Tints of Light Sea Green #17A2AA

Color information

#17A2AA (or 0x17A2AA) is unknown color: approx Light Sea Green. HEX triplet: 17, A2 and AA. RGB value is (23,162,170). Sum of RGB (Red+Green+Blue) = 23+162+170=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #17A2AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17A2AA is #E85D55. Grayscale: #797979. Windows color (decimal): -15228246 or 11182615. OLE color: 11182615.

HSL color Cylindrical-coordinate representation of color #17A2AA: hue angle of 183.27º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17A2AA is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB23162170-
CMYK0.860.0500.33
HSL183.27º76.17%37.84%-
HSV(B)183.27º86.47%66.67%-
XYZ20.5328.9342.53-
YUV121.35155.4557.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.48%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=6.48%
G=45.63%
B=47.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231621700.860.0500.33183.2776.1737.84
Hex17A2AA565021b74c26
Octal27242252126504126711446
Binary10111101000101010101010101101010100001101101111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17A2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17A2AA; }

 p { color: rgb(23,162,170); }

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

<style>
 a { background-color: #17A2AA; }

 a { background-color: rgb(23,162,170); }

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

<style>
 span { border-color: #17A2AA; }

 span { border-color: rgb(23,162,170); }

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