Html Css Color HEX #18AFAC Light Sea Green

📋 copy color: '#18AFAC'

red 24 ◦ green 175 ◦ blue 172

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

Shades of Light Sea Green #18AFAC

Tints of Light Sea Green #18AFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.36%

R = 6.47%
G = 47.17%
B = 46.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#18AFAC (or 0x18AFAC) is known color: Light Sea Green. HEX triplet: 18, AF and AC. RGB value is (24,175,172). Sum of RGB (Red+Green+Blue) = 24+175+172=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #18AFAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AFAC is #E75053. Grayscale: #818181. Windows color (decimal): -15159380 or 11317016. OLE color: 11317016.

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

Color convert

RGB 24 175 172 -
CMYK 0.86 0 0.02 0.31
HSL 178.81º 0.76% 0.39% -
HSV(B) 178.81º 0.86% 0.69% -
XYZ 23.15 33.83 44.34 -
YUV 129.51 151.97 52.74 -
System Red Green Blue C M Y K H S L
Decimal 24 175 172 0.86 0 0.02 0.31 178.81 0.76 0.39
Hex 18 AF AC 56 0 2 1F B3 4C 27
Octal 30 257 254 126 0 2 37 263 114 47
Binary 11000 10101111 10101100 1010110 0 10 11111 10110011 1001100 100111

Color Harmonies of #18AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AFAC

Black with #18AFAC

Text Example


Text Example

White with #18AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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