Html Css Color HEX #18C0A3 Light Sea Green

📋 copy color: '#18C0A3'

red 24 ◦ green 192 ◦ blue 163

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

Shades of Light Sea Green #18C0A3

Tints of Light Sea Green #18C0A3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.66%

 BLUE value IS 163 (64.06% from 255) = 43.01%

R = 6.33%
G = 50.66%
B = 43.01%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#18C0A3 (or 0x18C0A3) is known color: Light Sea Green. HEX triplet: 18, C0 and A3. RGB value is (24,192,163). Sum of RGB (Red+Green+Blue) = 24+192+163=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 163 (64.06% from 255 or 43.01% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #18C0A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C0A3 is #E73F5C. Grayscale: #8A8A8A. Windows color (decimal): -15155037 or 10731544. OLE color: 10731544.

HSL color Cylindrical-coordinate representation of color #18C0A3: hue angle of 169.64º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C0A3 is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 163 -
CMYK 0.88 0 0.15 0.25
HSL 169.64º 0.78% 0.42% -
HSV(B) 169.64º 0.88% 0.75% -
XYZ 25.84 40.54 41.11 -
YUV 138.46 141.84 46.36 -
System Red Green Blue C M Y K H S L
Decimal 24 192 163 0.88 0 0.15 0.25 169.64 0.78 0.42
Hex 18 C0 A3 58 0 F 19 AA 4E 2A
Octal 30 300 243 130 0 17 31 252 116 52
Binary 11000 11000000 10100011 1011000 0 1111 11001 10101010 1001110 101010

Color Harmonies of #18C0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C0A3

Black with #18C0A3

Text Example


Text Example

White with #18C0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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