Html Css Color HEX #18A6AC Light Sea Green

📋 copy color: '#18A6AC'

red 24 ◦ green 166 ◦ blue 172

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

Shades of Light Sea Green #18A6AC

Tints of Light Sea Green #18A6AC

RGB

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

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

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

R = 6.63%
G = 45.86%
B = 47.51%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#18A6AC (or 0x18A6AC) is known color: Light Sea Green. HEX triplet: 18, A6 and AC. RGB value is (24,166,172). Sum of RGB (Red+Green+Blue) = 24+166+172=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #18A6AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A6AC is #E75953. Grayscale: #7C7C7C. Windows color (decimal): -15161684 or 11314712. OLE color: 11314712.

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

Color convert

RGB 24 166 172 -
CMYK 0.86 0.03 0 0.33
HSL 182.43º 0.76% 0.38% -
HSV(B) 182.43º 0.86% 0.67% -
XYZ 21.46 30.45 43.78 -
YUV 124.23 154.96 56.51 -
System Red Green Blue C M Y K H S L
Decimal 24 166 172 0.86 0.03 0 0.33 182.43 0.76 0.38
Hex 18 A6 AC 56 3 0 21 B6 4C 26
Octal 30 246 254 126 3 0 41 266 114 46
Binary 11000 10100110 10101100 1010110 11 0 100001 10110110 1001100 100110

Color Harmonies of #18A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A6AC

Black with #18A6AC

Text Example


Text Example

White with #18A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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