#15ACAE

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

Shades of Light Sea Green #15ACAE

Tints of Light Sea Green #15ACAE

Color information

#15ACAE (or 0x15ACAE) is unknown color: approx Light Sea Green. HEX triplet: 15, AC and AE. RGB value is (21,172,174). Sum of RGB (Red+Green+Blue) = 21+172+174=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #15ACAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15ACAE is #EA5351. Grayscale: #7E7E7E. Windows color (decimal): -15356754 or 11447317. OLE color: 11447317.

HSL color Cylindrical-coordinate representation of color #15ACAE: hue angle of 180.78º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15ACAE is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21172174-
CMYK0.880.0100.32
HSL180.78º78.46%38.24%-
HSV(B)180.78º87.93%68.24%-
XYZ22.732.7245.16-
YUV127.08154.4752.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.72%
GREEN value IS 172 (67.58% from 255) = 46.87%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=5.72%
G=46.87%
B=47.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211721740.880.0100.32180.7878.4638.24
Hex15ACAE581020b54e26
Octal25254256130104026511646
Binary101011010110010101110101100010100000101101011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15ACAE; }

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

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

<style>
 a { background-color: #15ACAE; }

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

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

<style>
 span { border-color: #15ACAE; }

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

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