#18A7A3

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

Shades of Light Sea Green #18A7A3

Tints of Light Sea Green #18A7A3

Color information

#18A7A3 (or 0x18A7A3) is unknown color: approx Light Sea Green. HEX triplet: 18, A7 and A3. RGB value is (24,167,163). Sum of RGB (Red+Green+Blue) = 24+167+163=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #18A7A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A7A3 is #E7585C. Grayscale: #7B7B7B. Windows color (decimal): -15161437 or 10725144. OLE color: 10725144.

HSL color Cylindrical-coordinate representation of color #18A7A3: hue angle of 178.32º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A7A3 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB24167163-
CMYK0.8600.020.35
HSL178.32º74.87%37.45%-
HSV(B)178.32º85.63%65.49%-
XYZ20.8130.4839.44-
YUV123.79150.1256.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.78%
GREEN value IS 167 (65.62% from 255) = 47.18%
BLUE value IS 163 (64.06% from 255) = 46.05%
R=6.78%
G=47.18%
B=46.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241671630.8600.020.35178.3274.8737.45
Hex18A7A3560223b24b25
Octal30247243126024326211345
Binary1100010100111101000111010110010100011101100101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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