#18B1BB

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

Shades of Light Sea Green #18B1BB

Tints of Light Sea Green #18B1BB

Color information

#18B1BB (or 0x18B1BB) is unknown color: approx Light Sea Green. HEX triplet: 18, B1 and BB. RGB value is (24,177,187). Sum of RGB (Red+Green+Blue) = 24+177+187=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #18B1BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18B1BB is #E74E44. Grayscale: #848484. Windows color (decimal): -15158853 or 12300568. OLE color: 12300568.

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

Color convert

RGB24177187-
CMYK0.870.0500.27
HSL183.68º77.25%41.37%-
HSV(B)183.68º87.17%73.33%-
XYZ25.0735.2352.49-
YUV132.39158.8150.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.19%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=6.19%
G=45.62%
B=48.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241771870.870.0500.27183.6877.2541.37
Hex18B1BB57501Bb84d29
Octal30261273127503327011551
Binary1100010110001101110111010111101011011101110001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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