#18BBBD

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

Shades of Light Sea Green #18BBBD

Tints of Light Sea Green #18BBBD

Color information

#18BBBD (or 0x18BBBD) is unknown color: approx Light Sea Green. HEX triplet: 18, BB and BD. RGB value is (24,187,189). Sum of RGB (Red+Green+Blue) = 24+187+189=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #18BBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18BBBD is #E74442. Grayscale: #8A8A8A. Windows color (decimal): -15156291 or 12434200. OLE color: 12434200.

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

Color convert

RGB24187189-
CMYK0.870.0100.26
HSL180.73º77.46%41.76%-
HSV(B)180.73º87.3%74.12%-
XYZ27.3339.4154.31-
YUV138.49156.546.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6%
GREEN value IS 187 (73.44% from 255) = 46.75%
BLUE value IS 189 (74.22% from 255) = 47.25%
R=6%
G=46.75%
B=47.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal241871890.870.0100.26180.7377.4641.76
Hex18BBBD57101Ab54d2a
Octal30273275127103226511552
Binary11000101110111011110110101111011010101101011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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