#18ABA0

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

Shades of Light Sea Green #18ABA0

Tints of Light Sea Green #18ABA0

Color information

#18ABA0 (or 0x18ABA0) is unknown color: approx Light Sea Green. HEX triplet: 18, AB and A0. RGB value is (24,171,160). Sum of RGB (Red+Green+Blue) = 24+171+160=355 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.76% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #18ABA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18ABA0 is #E7545F. Grayscale: #7D7D7D. Windows color (decimal): -15160416 or 10529560. OLE color: 10529560.

HSL color Cylindrical-coordinate representation of color #18ABA0: hue angle of 175.51º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18ABA0 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB24171160-
CMYK0.8600.060.33
HSL175.51º75.38%38.24%-
HSV(B)175.51º85.96%67.06%-
XYZ21.2831.8638.29-
YUV125.79147.355.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.76%
GREEN value IS 171 (67.19% from 255) = 48.17%
BLUE value IS 160 (62.89% from 255) = 45.07%
R=6.76%
G=48.17%
B=45.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241711600.8600.060.33175.5175.3838.24
Hex18ABA0560621b04b26
Octal30253240126064126011346
Binary11000101010111010000010101100110100001101100001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18ABA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,171,160); }

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

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

 a { background-color: rgb(24,171,160); }

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

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

 span { border-color: rgb(24,171,160); }

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