Html Css Color HEX #18A8AC Light Sea Green

📋 copy color: '#18A8AC'

red 24 ◦ green 168 ◦ blue 172

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

Shades of Light Sea Green #18A8AC

Tints of Light Sea Green #18A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.15%

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

R = 6.59%
G = 46.15%
B = 47.25%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#18A8AC (or 0x18A8AC) is known color: Light Sea Green. HEX triplet: 18, A8 and AC. RGB value is (24,168,172). Sum of RGB (Red+Green+Blue) = 24+168+172=364 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.59% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #18A8AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A8AC is #E75753. Grayscale: #7D7D7D. Windows color (decimal): -15161172 or 11315224. OLE color: 11315224.

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

Color convert

RGB 24 168 172 -
CMYK 0.86 0.02 0 0.33
HSL 181.62º 0.76% 0.38% -
HSV(B) 181.62º 0.86% 0.67% -
XYZ 21.83 31.18 43.9 -
YUV 125.4 154.29 55.67 -
System Red Green Blue C M Y K H S L
Decimal 24 168 172 0.86 0.02 0 0.33 181.62 0.76 0.38
Hex 18 A8 AC 56 2 0 21 B6 4C 26
Octal 30 250 254 126 2 0 41 266 114 46
Binary 11000 10101000 10101100 1010110 10 0 100001 10110110 1001100 100110

Color Harmonies of #18A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A8AC

Black with #18A8AC

Text Example


Text Example

White with #18A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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