Html Css Color HEX #18C1A0 Light Sea Green

📋 copy color: '#18C1A0'

red 24 ◦ green 193 ◦ blue 160

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

Shades of Light Sea Green #18C1A0

Tints of Light Sea Green #18C1A0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.19%

 BLUE value IS 160 (62.89% from 255) = 42.44%

R = 6.37%
G = 51.19%
B = 42.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#18C1A0 (or 0x18C1A0) is known color: Light Sea Green. HEX triplet: 18, C1 and A0. RGB value is (24,193,160). Sum of RGB (Red+Green+Blue) = 24+193+160=377 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.37% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #18C1A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C1A0 is #E73E5F. Grayscale: #8A8A8A. Windows color (decimal): -15154784 or 10535192. OLE color: 10535192.

HSL color Cylindrical-coordinate representation of color #18C1A0: hue angle of 168.28º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C1A0 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 193 160 -
CMYK 0.88 0 0.17 0.24
HSL 168.28º 0.78% 0.43% -
HSV(B) 168.28º 0.88% 0.76% -
XYZ 25.79 40.87 39.79 -
YUV 138.71 140.01 46.18 -
System Red Green Blue C M Y K H S L
Decimal 24 193 160 0.88 0 0.17 0.24 168.28 0.78 0.43
Hex 18 C1 A0 58 0 11 18 A8 4E 2B
Octal 30 301 240 130 0 21 30 250 116 53
Binary 11000 11000001 10100000 1011000 0 10001 11000 10101000 1001110 101011

Color Harmonies of #18C1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C1A0

Black with #18C1A0

Text Example


Text Example

White with #18C1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,193,160); }

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

background-color css

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

 a { background-color: rgb(24,193,160); }

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

border-color css

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

 span { border-color: rgb(24,193,160); }

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