#18ADAF

Color #18ADAF Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #18ADAF

Tints of Light Sea Green #18ADAF

Color information

#18ADAF (or 0x18ADAF) is unknown color: approx Light Sea Green. HEX triplet: 18, AD and AF. RGB value is (24,173,175). Sum of RGB (Red+Green+Blue) = 24+173+175=372 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.45% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #18ADAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18ADAF is #E75250. Grayscale: #808080. Windows color (decimal): -15159889 or 11513112. OLE color: 11513112.

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

Color convert

RGB24173175-
CMYK0.860.0100.31
HSL180.79º75.88%39.02%-
HSV(B)180.79º86.29%68.63%-
XYZ23.0633.1845.75-
YUV128.68154.1453.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.45%
GREEN value IS 173 (67.97% from 255) = 46.51%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=6.45%
G=46.51%
B=47.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal241731750.860.0100.31180.7975.8839.02
Hex18ADAF56101Fb54c27
Octal30255257126103726511447
Binary11000101011011010111110101101011111101101011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18ADAF;
 }
 .AnyTagClassName
 {
   color: #18ADAF;
 }
</style>
background-color css

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

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

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

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

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

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