#15C1B4

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

Shades of Light Sea Green #15C1B4

Tints of Light Sea Green #15C1B4

Color information

#15C1B4 (or 0x15C1B4) is unknown color: approx Light Sea Green. HEX triplet: 15, C1 and B4. RGB value is (21,193,180). Sum of RGB (Red+Green+Blue) = 21+193+180=394 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.33% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #15C1B4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15C1B4 is #EA3E4B. Grayscale: #8B8B8B. Windows color (decimal): -15351372 or 11845909. OLE color: 11845909.

HSL color Cylindrical-coordinate representation of color #15C1B4: hue angle of 175.47º 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 #15C1B4 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB21193180-
CMYK0.8900.070.24
HSL175.47º80.37%41.96%-
HSV(B)175.47º89.12%75.69%-
XYZ27.6241.5949.75-
YUV140.09150.5243.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 5.33%
GREEN value IS 193 (75.78% from 255) = 48.98%
BLUE value IS 180 (70.70% from 255) = 45.69%
R=5.33%
G=48.98%
B=45.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal211931800.8900.070.24175.4780.3741.96
Hex15C1B4590718af502a
Octal25301264131073025712052
Binary1010111000001101101001011001011111000101011111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,193,180); }

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

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

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

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

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

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

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