Html Css Color HEX #18AF9E Light Sea Green

📋 copy color: '#18AF9E'

red 24 ◦ green 175 ◦ blue 158

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

Shades of Light Sea Green #18AF9E

Tints of Light Sea Green #18AF9E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.02%

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 6.72%
G = 49.02%
B = 44.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#18AF9E (or 0x18AF9E) is known color: Light Sea Green. HEX triplet: 18, AF and 9E. RGB value is (24,175,158). Sum of RGB (Red+Green+Blue) = 24+175+158=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AF9E is #E75061. Grayscale: #7F7F7F. Windows color (decimal): -15159394 or 10399512. OLE color: 10399512.

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

Color convert

RGB 24 175 158 -
CMYK 0.86 0 0.10 0.31
HSL 173.25º 0.76% 0.39% -
HSV(B) 173.25º 0.86% 0.69% -
XYZ 21.88 33.32 37.63 -
YUV 127.91 144.97 53.88 -
System Red Green Blue C M Y K H S L
Decimal 24 175 158 0.86 0 0.10 0.31 173.25 0.76 0.39
Hex 18 AF 9E 56 0 A 1F AD 4C 27
Octal 30 257 236 126 0 12 37 255 114 47
Binary 11000 10101111 10011110 1010110 0 1010 11111 10101101 1001100 100111

Color Harmonies of #18AF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF9E

Black with #18AF9E

Text Example


Text Example

White with #18AF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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