Html Css Color HEX #18A4A9 Light Sea Green

📋 copy color: '#18A4A9'

red 24 ◦ green 164 ◦ blue 169

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

Shades of Light Sea Green #18A4A9

Tints of Light Sea Green #18A4A9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.94%

 BLUE value IS 169 (66.41% from 255) = 47.34%

R = 6.72%
G = 45.94%
B = 47.34%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#18A4A9 (or 0x18A4A9) is known color: Light Sea Green. HEX triplet: 18, A4 and A9. RGB value is (24,164,169). Sum of RGB (Red+Green+Blue) = 24+164+169=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #18A4A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A4A9 is #E75B56. Grayscale: #7A7A7A. Windows color (decimal): -15162199 or 11117592. OLE color: 11117592.

HSL color Cylindrical-coordinate representation of color #18A4A9: hue angle of 182.07º 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 #18A4A9 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 24 164 169 -
CMYK 0.86 0.03 0 0.34
HSL 182.07º 0.75% 0.38% -
HSV(B) 182.07º 0.86% 0.66% -
XYZ 20.81 29.61 42.15 -
YUV 122.71 154.12 57.59 -
System Red Green Blue C M Y K H S L
Decimal 24 164 169 0.86 0.03 0 0.34 182.07 0.75 0.38
Hex 18 A4 A9 56 3 0 22 B6 4B 26
Octal 30 244 251 126 3 0 42 266 113 46
Binary 11000 10100100 10101001 1010110 11 0 100010 10110110 1001011 100110

Color Harmonies of #18A4A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A4A9

Black with #18A4A9

Text Example


Text Example

White with #18A4A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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