Html Css Color HEX #18A6AA Light Sea Green

📋 copy color: '#18A6AA'

red 24 ◦ green 166 ◦ blue 170

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

Shades of Light Sea Green #18A6AA

Tints of Light Sea Green #18A6AA

RGB

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

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

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

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

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

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

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

Color convert

RGB 24 166 170 -
CMYK 0.86 0.02 0 0.33
HSL 181.64º 0.75% 0.38% -
HSV(B) 181.64º 0.86% 0.67% -
XYZ 21.27 30.37 42.77 -
YUV 124 153.96 56.67 -
System Red Green Blue C M Y K H S L
Decimal 24 166 170 0.86 0.02 0 0.33 181.64 0.75 0.38
Hex 18 A6 AA 56 2 0 21 B6 4B 26
Octal 30 246 252 126 2 0 41 266 113 46
Binary 11000 10100110 10101010 1010110 10 0 100001 10110110 1001011 100110

Color Harmonies of #18A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A6AA

Black with #18A6AA

Text Example


Text Example

White with #18A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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