#18BABD

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

Shades of Light Sea Green #18BABD

Tints of Light Sea Green #18BABD

Color information

#18BABD (or 0x18BABD) is unknown color: approx Light Sea Green. HEX triplet: 18, BA and BD. RGB value is (24,186,189). Sum of RGB (Red+Green+Blue) = 24+186+189=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #18BABD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BABD is #E74542. Grayscale: #898989. Windows color (decimal): -15156547 or 12433944. OLE color: 12433944.

HSL color Cylindrical-coordinate representation of color #18BABD: hue angle of 181.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BABD is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB24186189-
CMYK0.870.0200.26
HSL181.09º77.46%41.76%-
HSV(B)181.09º87.3%74.12%-
XYZ27.1238.9954.24-
YUV137.9156.8346.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.02%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=6.02%
G=46.62%
B=47.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal241861890.870.0200.26181.0977.4641.76
Hex18BABD57201Ab54d2a
Octal30272275127203226511552
Binary110001011101010111101101011110011010101101011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,186,189); }

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

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

 a { background-color: rgb(24,186,189); }

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

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

 span { border-color: rgb(24,186,189); }

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