Html Css Color HEX #18BEA1 Light Sea Green

📋 copy color: '#18BEA1'

red 24 ◦ green 190 ◦ blue 161

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

Shades of Light Sea Green #18BEA1

Tints of Light Sea Green #18BEA1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.67%

 BLUE value IS 161 (63.28% from 255) = 42.93%

R = 6.4%
G = 50.67%
B = 42.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#18BEA1 (or 0x18BEA1) is known color: Light Sea Green. HEX triplet: 18, BE and A1. RGB value is (24,190,161). Sum of RGB (Red+Green+Blue) = 24+190+161=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #18BEA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BEA1 is #E7415E. Grayscale: #898989. Windows color (decimal): -15155551 or 10599960. OLE color: 10599960.

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

Color convert

RGB 24 190 161 -
CMYK 0.87 0 0.15 0.25
HSL 169.52º 0.78% 0.42% -
HSV(B) 169.52º 0.87% 0.75% -
XYZ 25.22 39.59 40.03 -
YUV 137.06 141.5 47.36 -
System Red Green Blue C M Y K H S L
Decimal 24 190 161 0.87 0 0.15 0.25 169.52 0.78 0.42
Hex 18 BE A1 57 0 F 19 AA 4E 2A
Octal 30 276 241 127 0 17 31 252 116 52
Binary 11000 10111110 10100001 1010111 0 1111 11001 10101010 1001110 101010

Color Harmonies of #18BEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BEA1

Black with #18BEA1

Text Example


Text Example

White with #18BEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,190,161); }

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

background-color css

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

 a { background-color: rgb(24,190,161); }

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

border-color css

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

 span { border-color: rgb(24,190,161); }

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