#18A898

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

Shades of Light Sea Green #18A898

Tints of Light Sea Green #18A898

Color information

#18A898 (or 0x18A898) is unknown color: approx Light Sea Green. HEX triplet: 18, A8 and 98. RGB value is (24,168,152). Sum of RGB (Red+Green+Blue) = 24+168+152=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 168 (66.02% from 255 or 48.84% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 168 - color contains mainly: green. Hex color #18A898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A898 is #E75767. Grayscale: #7B7B7B. Windows color (decimal): -15161192 or 10004504. OLE color: 10004504.

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

Color convert

RGB24168152-
CMYK0.8600.100.34
HSL173.33º75%37.65%-
HSV(B)173.33º85.71%65.88%-
XYZ20.0530.4734.53-
YUV123.12144.2957.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.98%
GREEN value IS 168 (66.02% from 255) = 48.84%
BLUE value IS 152 (59.77% from 255) = 44.19%
R=6.98%
G=48.84%
B=44.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal241681520.8600.100.34173.337537.65
Hex18A898560A22ad4b26
Octal302502301260124225511346
Binary110001010100010011000101011001010100010101011011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,168,152); }

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

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

 a { background-color: rgb(24,168,152); }

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

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

 span { border-color: rgb(24,168,152); }

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