Html Css Color HEX #18AAAC Light Sea Green

📋 copy color: '#18AAAC'

red 24 ◦ green 170 ◦ blue 172

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

Shades of Light Sea Green #18AAAC

Tints of Light Sea Green #18AAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.45%

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 6.56%
G = 46.45%
B = 46.99%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#18AAAC (or 0x18AAAC) is known color: Light Sea Green. HEX triplet: 18, AA and AC. RGB value is (24,170,172). Sum of RGB (Red+Green+Blue) = 24+170+172=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #18AAAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AAAC is #E75553. Grayscale: #7E7E7E. Windows color (decimal): -15160660 or 11315736. OLE color: 11315736.

HSL color Cylindrical-coordinate representation of color #18AAAC: hue angle of 180.81º degrees, saturation: 0.76, 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 #18AAAC is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 170 172 -
CMYK 0.86 0.01 0 0.33
HSL 180.81º 0.76% 0.38% -
HSV(B) 180.81º 0.86% 0.67% -
XYZ 22.2 31.92 44.02 -
YUV 126.57 153.63 54.84 -
System Red Green Blue C M Y K H S L
Decimal 24 170 172 0.86 0.01 0 0.33 180.81 0.76 0.38
Hex 18 AA AC 56 1 0 21 B5 4C 26
Octal 30 252 254 126 1 0 41 265 114 46
Binary 11000 10101010 10101100 1010110 1 0 100001 10110101 1001100 100110

Color Harmonies of #18AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AAAC

Black with #18AAAC

Text Example


Text Example

White with #18AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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