#18B9BA

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

Shades of Light Sea Green #18B9BA

Tints of Light Sea Green #18B9BA

Color information

#18B9BA (or 0x18B9BA) is unknown color: approx Light Sea Green. HEX triplet: 18, B9 and BA. RGB value is (24,185,186). Sum of RGB (Red+Green+Blue) = 24+185+186=395 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.08% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #18B9BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18B9BA is #E74645. Grayscale: #888888. Windows color (decimal): -15156806 or 12237080. OLE color: 12237080.

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

Color convert

RGB24185186-
CMYK0.870.0100.27
HSL180.37º77.14%41.18%-
HSV(B)180.37º87.1%72.94%-
XYZ26.5938.4452.47-
YUV136.98155.6647.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.08%
GREEN value IS 185 (72.66% from 255) = 46.84%
BLUE value IS 186 (73.05% from 255) = 47.09%
R=6.08%
G=46.84%
B=47.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241851860.870.0100.27180.3777.1441.18
Hex18B9BA57101Bb44d29
Octal30271272127103326411551
Binary11000101110011011101010101111011011101101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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