Html Css Color HEX #18C2AF Light Sea Green

📋 copy color: '#18C2AF'

red 24 ◦ green 194 ◦ blue 175

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

Shades of Light Sea Green #18C2AF

Tints of Light Sea Green #18C2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 6.11%
G = 49.36%
B = 44.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#18C2AF (or 0x18C2AF) is known color: Light Sea Green. HEX triplet: 18, C2 and AF. RGB value is (24,194,175). Sum of RGB (Red+Green+Blue) = 24+194+175=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #18C2AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C2AF is #E73D50. Grayscale: #8C8C8C. Windows color (decimal): -15154513 or 11518488. OLE color: 11518488.

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

Color convert

RGB 24 194 175 -
CMYK 0.88 0 0.10 0.24
HSL 173.29º 0.78% 0.43% -
HSV(B) 173.29º 0.88% 0.76% -
XYZ 27.41 41.87 47.2 -
YUV 141 147.18 44.54 -
System Red Green Blue C M Y K H S L
Decimal 24 194 175 0.88 0 0.10 0.24 173.29 0.78 0.43
Hex 18 C2 AF 58 0 A 18 AD 4E 2B
Octal 30 302 257 130 0 12 30 255 116 53
Binary 11000 11000010 10101111 1011000 0 1010 11000 10101101 1001110 101011

Color Harmonies of #18C2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C2AF

Black with #18C2AF

Text Example


Text Example

White with #18C2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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