Html Css Color HEX #18A1A4 Light Sea Green

📋 copy color: '#18A1A4'

red 24 ◦ green 161 ◦ blue 164

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

Shades of Light Sea Green #18A1A4

Tints of Light Sea Green #18A1A4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.13%

 BLUE value IS 164 (64.45% from 255) = 46.99%

R = 6.88%
G = 46.13%
B = 46.99%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#18A1A4 (or 0x18A1A4) is known color: Light Sea Green. HEX triplet: 18, A1 and A4. RGB value is (24,161,164). Sum of RGB (Red+Green+Blue) = 24+161+164=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 164 (64.45% from 255 or 46.99% from 349); Max value from RGB is 164 - color contains mainly: blue. Hex color #18A1A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A1A4 is #E75E5B. Grayscale: #787878. Windows color (decimal): -15162972 or 10789144. OLE color: 10789144.

HSL color Cylindrical-coordinate representation of color #18A1A4: hue angle of 181.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A1A4 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 161 164 -
CMYK 0.85 0.02 0 0.36
HSL 181.29º 0.74% 0.37% -
HSV(B) 181.29º 0.85% 0.64% -
XYZ 19.82 28.36 39.55 -
YUV 120.38 152.61 59.26 -
System Red Green Blue C M Y K H S L
Decimal 24 161 164 0.85 0.02 0 0.36 181.29 0.74 0.37
Hex 18 A1 A4 55 2 0 24 B5 4A 25
Octal 30 241 244 125 2 0 44 265 112 45
Binary 11000 10100001 10100100 1010101 10 0 100100 10110101 1001010 100101

Color Harmonies of #18A1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A1A4

Black with #18A1A4

Text Example


Text Example

White with #18A1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,161,164); }

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

background-color css

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

 a { background-color: rgb(24,161,164); }

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

border-color css

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

 span { border-color: rgb(24,161,164); }

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