#18C3A3

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

Shades of Light Sea Green #18C3A3

Tints of Light Sea Green #18C3A3

Color information

#18C3A3 (or 0x18C3A3) is unknown color: approx Light Sea Green. HEX triplet: 18, C3 and A3. RGB value is (24,195,163). Sum of RGB (Red+Green+Blue) = 24+195+163=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #18C3A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C3A3 is #E73C5C. Grayscale: #8C8C8C. Windows color (decimal): -15154269 or 10732312. OLE color: 10732312.

HSL color Cylindrical-coordinate representation of color #18C3A3: hue angle of 168.77º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C3A3 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB24195163-
CMYK0.8800.160.24
HSL168.77º78.08%42.94%-
HSV(B)168.77º87.69%76.47%-
XYZ26.541.8741.33-
YUV140.22140.8545.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.28%
GREEN value IS 195 (76.56% from 255) = 51.05%
BLUE value IS 163 (64.06% from 255) = 42.67%
R=6.28%
G=51.05%
B=42.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241951630.8800.160.24168.7778.0842.94
Hex18C3A35801018a94e2b
Octal303032431300203025111653
Binary110001100001110100011101100001000011000101010011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18C3A3; }

 p { color: rgb(24,195,163); }

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

<style>
 a { background-color: #18C3A3; }

 a { background-color: rgb(24,195,163); }

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

<style>
 span { border-color: #18C3A3; }

 span { border-color: rgb(24,195,163); }

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