Html Css Color HEX #18A3AC Light Sea Green

📋 copy color: '#18A3AC'

red 24 ◦ green 163 ◦ blue 172

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

Shades of Light Sea Green #18A3AC

Tints of Light Sea Green #18A3AC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.4%

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

R = 6.69%
G = 45.4%
B = 47.91%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#18A3AC (or 0x18A3AC) is known color: Light Sea Green. HEX triplet: 18, A3 and AC. RGB value is (24,163,172). Sum of RGB (Red+Green+Blue) = 24+163+172=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #18A3AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A3AC is #E75C53. Grayscale: #7A7A7A. Windows color (decimal): -15162452 or 11313944. OLE color: 11313944.

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

Color convert

RGB 24 163 172 -
CMYK 0.86 0.05 0 0.33
HSL 183.65º 0.76% 0.38% -
HSV(B) 183.65º 0.86% 0.67% -
XYZ 20.92 29.37 43.6 -
YUV 122.47 155.95 57.77 -
System Red Green Blue C M Y K H S L
Decimal 24 163 172 0.86 0.05 0 0.33 183.65 0.76 0.38
Hex 18 A3 AC 56 5 0 21 B8 4C 26
Octal 30 243 254 126 5 0 41 270 114 46
Binary 11000 10100011 10101100 1010110 101 0 100001 10111000 1001100 100110

Color Harmonies of #18A3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A3AC

Black with #18A3AC

Text Example


Text Example

White with #18A3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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