#15AEAD

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

Shades of Light Sea Green #15AEAD

Tints of Light Sea Green #15AEAD

Color information

#15AEAD (or 0x15AEAD) is unknown color: approx Light Sea Green. HEX triplet: 15, AE and AD. RGB value is (21,174,173). Sum of RGB (Red+Green+Blue) = 21+174+173=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #15AEAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AEAD is #EA5152. Grayscale: #7F7F7F. Windows color (decimal): -15356243 or 11382293. OLE color: 11382293.

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

Color convert

RGB21174173-
CMYK0.8800.010.32
HSL179.61º78.46%38.24%-
HSV(B)179.61º87.93%68.24%-
XYZ22.9933.4544.78-
YUV128.14153.3151.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.71%
GREEN value IS 174 (68.36% from 255) = 47.28%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=5.71%
G=47.28%
B=47.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211741730.8800.010.32179.6178.4638.24
Hex15AEAD580120b44e26
Octal25256255130014026411646
Binary101011010111010101101101100001100000101101001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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