Html Css Color HEX #18AFA8 Light Sea Green

📋 copy color: '#18AFA8'

red 24 ◦ green 175 ◦ blue 168

#18AFA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #18AFA8

Tints of Light Sea Green #18AFA8

RGB

 RED value IS 24 (9.77% from 255) = 6.54%

 GREEN value IS 175 (68.75% from 255) = 47.68%

 BLUE value IS 168 (66.02% from 255) = 45.78%

R = 6.54%
G = 47.68%
B = 45.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#18AFA8 (or 0x18AFA8) is known color: Light Sea Green. HEX triplet: 18, AF and A8. RGB value is (24,175,168). Sum of RGB (Red+Green+Blue) = 24+175+168=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #18AFA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AFA8 is #E75057. Grayscale: #808080. Windows color (decimal): -15159384 or 11054872. OLE color: 11054872.

HSL color Cylindrical-coordinate representation of color #18AFA8: hue angle of 177.22º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AFA8 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 175 168 -
CMYK 0.86 0 0.04 0.31
HSL 177.22º 0.76% 0.39% -
HSV(B) 177.22º 0.86% 0.69% -
XYZ 22.77 33.68 42.35 -
YUV 129.05 149.97 53.07 -
System Red Green Blue C M Y K H S L
Decimal 24 175 168 0.86 0 0.04 0.31 177.22 0.76 0.39
Hex 18 AF A8 56 0 4 1F B1 4C 27
Octal 30 257 250 126 0 4 37 261 114 47
Binary 11000 10101111 10101000 1010110 0 100 11111 10110001 1001100 100111

Color Harmonies of #18AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFA8

Black with #18AFA8

Text Example


Text Example

White with #18AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18AFA8;
 }
 .AnyTagClassName
 {
   color: #18AFA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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