Html Css Color HEX #18C2AB Light Sea Green

📋 copy color: '#18C2AB'

red 24 ◦ green 194 ◦ blue 171

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

Shades of Light Sea Green #18C2AB

Tints of Light Sea Green #18C2AB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.87%

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 6.17%
G = 49.87%
B = 43.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#18C2AB (or 0x18C2AB) is known color: Light Sea Green. HEX triplet: 18, C2 and AB. RGB value is (24,194,171). Sum of RGB (Red+Green+Blue) = 24+194+171=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #18C2AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C2AB is #E73D54. Grayscale: #8C8C8C. Windows color (decimal): -15154517 or 11256344. OLE color: 11256344.

HSL color Cylindrical-coordinate representation of color #18C2AB: hue angle of 171.88º 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 #18C2AB is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 194 171 -
CMYK 0.88 0 0.12 0.24
HSL 171.88º 0.78% 0.43% -
HSV(B) 171.88º 0.88% 0.76% -
XYZ 27.02 41.72 45.16 -
YUV 140.55 145.18 44.87 -
System Red Green Blue C M Y K H S L
Decimal 24 194 171 0.88 0 0.12 0.24 171.88 0.78 0.43
Hex 18 C2 AB 58 0 C 18 AC 4E 2B
Octal 30 302 253 130 0 14 30 254 116 53
Binary 11000 11000010 10101011 1011000 0 1100 11000 10101100 1001110 101011

Color Harmonies of #18C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C2AB

Black with #18C2AB

Text Example


Text Example

White with #18C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,194,171); }

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

background-color css

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

 a { background-color: rgb(24,194,171); }

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

border-color css

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

 span { border-color: rgb(24,194,171); }

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