#18BAB1

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

Shades of Light Sea Green #18BAB1

Tints of Light Sea Green #18BAB1

Color information

#18BAB1 (or 0x18BAB1) is unknown color: approx Light Sea Green. HEX triplet: 18, BA and B1. RGB value is (24,186,177). Sum of RGB (Red+Green+Blue) = 24+186+177=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #18BAB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BAB1 is #E7454E. Grayscale: #888888. Windows color (decimal): -15156559 or 11647512. OLE color: 11647512.

HSL color Cylindrical-coordinate representation of color #18BAB1: hue angle of 176.67º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BAB1 is Cyan = 0.87, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB24186177-
CMYK0.8700.050.27
HSL176.67º77.14%41.18%-
HSV(B)176.67º87.1%72.94%-
XYZ25.8738.4947.66-
YUV136.54150.8347.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.20%
GREEN value IS 186 (73.05% from 255) = 48.06%
BLUE value IS 177 (69.53% from 255) = 45.74%
R=6.20%
G=48.06%
B=45.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241861770.8700.050.27176.6777.1441.18
Hex18BAB157051Bb14d29
Octal30272261127053326111551
Binary1100010111010101100011010111010111011101100011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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