#18CBAC

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

Shades of Light Sea Green #18CBAC

Tints of Light Sea Green #18CBAC

Color information

#18CBAC (or 0x18CBAC) is unknown color: approx Light Sea Green. HEX triplet: 18, CB and AC. RGB value is (24,203,172). Sum of RGB (Red+Green+Blue) = 24+203+172=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #18CBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CBAC is #E73453. Grayscale: #919191. Windows color (decimal): -15152212 or 11324184. OLE color: 11324184.

HSL color Cylindrical-coordinate representation of color #18CBAC: hue angle of 169.61º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CBAC is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB24203172-
CMYK0.8800.150.20
HSL169.61º78.85%44.51%-
HSV(B)169.61º88.18%79.61%-
XYZ29.1845.8846.35-
YUV145.94142.741.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.02%
GREEN value IS 203 (79.69% from 255) = 50.88%
BLUE value IS 172 (67.58% from 255) = 43.11%
R=6.02%
G=50.88%
B=43.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal242031720.8800.150.20169.6178.8544.51
Hex18CBAC580F14aa4f2d
Octal303132541300172425211755
Binary11000110010111010110010110000111110100101010101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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