#15AEAE

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

Shades of Light Sea Green #15AEAE

Tints of Light Sea Green #15AEAE

Color information

#15AEAE (or 0x15AEAE) is unknown color: approx Light Sea Green. HEX triplet: 15, AE and AE. RGB value is (21,174,174). Sum of RGB (Red+Green+Blue) = 21+174+174=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 174 (68.36% from 255 or 47.15% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #15AEAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AEAE is #EA5151. Grayscale: #808080. Windows color (decimal): -15356242 or 11447829. OLE color: 11447829.

HSL color Cylindrical-coordinate representation of color #15AEAE: hue angle of 180º 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 #15AEAE is Cyan = 0.88, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB21174174-
CMYK0.88000.32
HSL180º78.46%38.24%-
HSV(B)180º87.93%68.24%-
XYZ23.0933.4945.29-
YUV128.25153.8151.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.69%
GREEN value IS 174 (68.36% from 255) = 47.15%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=5.69%
G=47.15%
B=47.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211741740.88000.3218078.4638.24
Hex15AEAE580020b44e26
Octal25256256130004026411646
Binary101011010111010101110101100000100000101101001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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