#18BBB2

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

Shades of Light Sea Green #18BBB2

Tints of Light Sea Green #18BBB2

Color information

#18BBB2 (or 0x18BBB2) is unknown color: approx Light Sea Green. HEX triplet: 18, BB and B2. RGB value is (24,187,178). Sum of RGB (Red+Green+Blue) = 24+187+178=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #18BBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18BBB2 is #E7444D. Grayscale: #898989. Windows color (decimal): -15156302 or 11713304. OLE color: 11713304.

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

Color convert

RGB24187178-
CMYK0.8700.050.27
HSL176.69º77.25%41.37%-
HSV(B)176.69º87.17%73.33%-
XYZ26.1838.9548.26-
YUV137.2415147.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.17%
GREEN value IS 187 (73.44% from 255) = 48.07%
BLUE value IS 178 (69.92% from 255) = 45.76%
R=6.17%
G=48.07%
B=45.76%

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
Decimal241871780.8700.050.27176.6977.2541.37
Hex18BBB257051Bb14d29
Octal30273262127053326111551
Binary1100010111011101100101010111010111011101100011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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