Html Css Color HEX #18AF9F Light Sea Green

📋 copy color: '#18AF9F'

red 24 ◦ green 175 ◦ blue 159

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

Shades of Light Sea Green #18AF9F

Tints of Light Sea Green #18AF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 6.7%
G = 48.88%
B = 44.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#18AF9F (or 0x18AF9F) is known color: Light Sea Green. HEX triplet: 18, AF and 9F. RGB value is (24,175,159). Sum of RGB (Red+Green+Blue) = 24+175+159=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AF9F is #E75060. Grayscale: #7F7F7F. Windows color (decimal): -15159393 or 10465048. OLE color: 10465048.

HSL color Cylindrical-coordinate representation of color #18AF9F: hue angle of 173.64º 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 #18AF9F is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 175 159 -
CMYK 0.86 0 0.09 0.31
HSL 173.64º 0.76% 0.39% -
HSV(B) 173.64º 0.86% 0.69% -
XYZ 21.96 33.36 38.08 -
YUV 128.03 145.47 53.8 -
System Red Green Blue C M Y K H S L
Decimal 24 175 159 0.86 0 0.09 0.31 173.64 0.76 0.39
Hex 18 AF 9F 56 0 9 1F AE 4C 27
Octal 30 257 237 126 0 11 37 256 114 47
Binary 11000 10101111 10011111 1010110 0 1001 11111 10101110 1001100 100111

Color Harmonies of #18AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF9F

Black with #18AF9F

Text Example


Text Example

White with #18AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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