#15C2A5

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

Shades of Light Sea Green #15C2A5

Tints of Light Sea Green #15C2A5

Color information

#15C2A5 (or 0x15C2A5) is unknown color: approx Light Sea Green. HEX triplet: 15, C2 and A5. RGB value is (21,194,165). Sum of RGB (Red+Green+Blue) = 21+194+165=380 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.53% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #15C2A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C2A5 is #EA3D5A. Grayscale: #8A8A8A. Windows color (decimal): -15351131 or 10863125. OLE color: 10863125.

HSL color Cylindrical-coordinate representation of color #15C2A5: hue angle of 169.94º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C2A5 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB21194165-
CMYK0.8900.150.24
HSL169.94º80.47%42.16%-
HSV(B)169.94º89.18%76.08%-
XYZ26.3941.4642.21-
YUV138.97142.6943.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.53%
GREEN value IS 194 (76.17% from 255) = 51.05%
BLUE value IS 165 (64.84% from 255) = 43.42%
R=5.53%
G=51.05%
B=43.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal211941650.8900.150.24169.9480.4742.16
Hex15C2A5590F18aa502a
Octal253022451310173025212052
Binary10101110000101010010110110010111111000101010101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,194,165); }

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

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

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

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

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

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

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