Html Css Color HEX #18AEA1 Light Sea Green

📋 copy color: '#18AEA1'

red 24 ◦ green 174 ◦ blue 161

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

Shades of Light Sea Green #18AEA1

Tints of Light Sea Green #18AEA1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.47%

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

R = 6.69%
G = 48.47%
B = 44.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#18AEA1 (or 0x18AEA1) is known color: Light Sea Green. HEX triplet: 18, AE and A1. RGB value is (24,174,161). Sum of RGB (Red+Green+Blue) = 24+174+161=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #18AEA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AEA1 is #E7515E. Grayscale: #7F7F7F. Windows color (decimal): -15159647 or 10595864. OLE color: 10595864.

HSL color Cylindrical-coordinate representation of color #18AEA1: hue angle of 174.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AEA1 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 174 161 -
CMYK 0.86 0 0.07 0.32
HSL 174.8º 0.76% 0.39% -
HSV(B) 174.8º 0.86% 0.68% -
XYZ 21.95 33.04 38.94 -
YUV 127.67 146.81 54.06 -
System Red Green Blue C M Y K H S L
Decimal 24 174 161 0.86 0 0.07 0.32 174.8 0.76 0.39
Hex 18 AE A1 56 0 7 20 AF 4C 27
Octal 30 256 241 126 0 7 40 257 114 47
Binary 11000 10101110 10100001 1010110 0 111 100000 10101111 1001100 100111

Color Harmonies of #18AEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AEA1

Black with #18AEA1

Text Example


Text Example

White with #18AEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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