Html Css Color HEX #18AAA6 Light Sea Green

📋 copy color: '#18AAA6'

red 24 ◦ green 170 ◦ blue 166

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

Shades of Light Sea Green #18AAA6

Tints of Light Sea Green #18AAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.11%

R = 6.67%
G = 47.22%
B = 46.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#18AAA6 (or 0x18AAA6) is known color: Light Sea Green. HEX triplet: 18, AA and A6. RGB value is (24,170,166). Sum of RGB (Red+Green+Blue) = 24+170+166=360 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.67% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #18AAA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AAA6 is #E75559. Grayscale: #7D7D7D. Windows color (decimal): -15160666 or 10922520. OLE color: 10922520.

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

Color convert

RGB 24 170 166 -
CMYK 0.86 0 0.02 0.33
HSL 178.36º 0.75% 0.38% -
HSV(B) 178.36º 0.86% 0.67% -
XYZ 21.63 31.7 41.05 -
YUV 125.89 150.63 55.33 -
System Red Green Blue C M Y K H S L
Decimal 24 170 166 0.86 0 0.02 0.33 178.36 0.75 0.38
Hex 18 AA A6 56 0 2 21 B2 4B 26
Octal 30 252 246 126 0 2 41 262 113 46
Binary 11000 10101010 10100110 1010110 0 10 100001 10110010 1001011 100110

Color Harmonies of #18AAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AAA6

Black with #18AAA6

Text Example


Text Example

White with #18AAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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