Html Css Color HEX #18ABAA Light Sea Green

📋 copy color: '#18ABAA'

red 24 ◦ green 171 ◦ blue 170

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

Shades of Light Sea Green #18ABAA

Tints of Light Sea Green #18ABAA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.85%

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 6.58%
G = 46.85%
B = 46.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#18ABAA (or 0x18ABAA) is known color: Light Sea Green. HEX triplet: 18, AB and AA. RGB value is (24,171,170). Sum of RGB (Red+Green+Blue) = 24+171+170=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #18ABAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18ABAA is #E75455. Grayscale: #7E7E7E. Windows color (decimal): -15160406 or 11184920. OLE color: 11184920.

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

Color convert

RGB 24 171 170 -
CMYK 0.86 0 0.01 0.33
HSL 179.59º 0.75% 0.38% -
HSV(B) 179.59º 0.86% 0.67% -
XYZ 22.2 32.22 43.08 -
YUV 126.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 24 171 170 0.86 0 0.01 0.33 179.59 0.75 0.38
Hex 18 AB AA 56 0 1 21 B4 4B 26
Octal 30 253 252 126 0 1 41 264 113 46
Binary 11000 10101011 10101010 1010110 0 1 100001 10110100 1001011 100110

Color Harmonies of #18ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18ABAA

Black with #18ABAA

Text Example


Text Example

White with #18ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,171,170); }

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

background-color css

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

 a { background-color: rgb(24,171,170); }

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

border-color css

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

 span { border-color: rgb(24,171,170); }

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