Html Css Color HEX #18C2A5 Light Sea Green

📋 copy color: '#18C2A5'

red 24 ◦ green 194 ◦ blue 165

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

Shades of Light Sea Green #18C2A5

Tints of Light Sea Green #18C2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.08%

R = 6.27%
G = 50.65%
B = 43.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#18C2A5 (or 0x18C2A5) is known color: Light Sea Green. HEX triplet: 18, C2 and A5. RGB value is (24,194,165). Sum of RGB (Red+Green+Blue) = 24+194+165=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #18C2A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C2A5 is #E73D5A. Grayscale: #8B8B8B. Windows color (decimal): -15154523 or 10863128. OLE color: 10863128.

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

Color convert

RGB 24 194 165 -
CMYK 0.88 0 0.15 0.24
HSL 169.76º 0.78% 0.43% -
HSV(B) 169.76º 0.88% 0.76% -
XYZ 26.46 41.49 42.21 -
YUV 139.86 142.18 45.36 -
System Red Green Blue C M Y K H S L
Decimal 24 194 165 0.88 0 0.15 0.24 169.76 0.78 0.43
Hex 18 C2 A5 58 0 F 18 AA 4E 2B
Octal 30 302 245 130 0 17 30 252 116 53
Binary 11000 11000010 10100101 1011000 0 1111 11000 10101010 1001110 101011

Color Harmonies of #18C2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C2A5

Black with #18C2A5

Text Example


Text Example

White with #18C2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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