#1CC0A3

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

Shades of Light Sea Green #1CC0A3

Tints of Light Sea Green #1CC0A3

Color information

#1CC0A3 (or 0x1CC0A3) is unknown color: approx Light Sea Green. HEX triplet: 1C, C0 and A3. RGB value is (28,192,163). Sum of RGB (Red+Green+Blue) = 28+192+163=383 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.31% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC0A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC0A3 is #E33F5C. Grayscale: #8B8B8B. Windows color (decimal): -14892893 or 10731548. OLE color: 10731548.

HSL color Cylindrical-coordinate representation of color #1CC0A3: hue angle of 169.39º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC0A3 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB28192163-
CMYK0.8500.150.25
HSL169.39º74.55%43.14%-
HSV(B)169.39º85.42%75.29%-
XYZ25.9440.5941.12-
YUV139.66141.1748.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.31%
GREEN value IS 192 (75.39% from 255) = 50.13%
BLUE value IS 163 (64.06% from 255) = 42.56%
R=7.31%
G=50.13%
B=42.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281921630.8500.150.25169.3974.5543.14
Hex1CC0A3550F19a94b2b
Octal343002431250173125111353
Binary11100110000001010001110101010111111001101010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CC0A3; }

 p { color: rgb(28,192,163); }

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

<style>
 a { background-color: #1CC0A3; }

 a { background-color: rgb(28,192,163); }

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

<style>
 span { border-color: #1CC0A3; }

 span { border-color: rgb(28,192,163); }

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