#16BBB2

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

Shades of Light Sea Green #16BBB2

Tints of Light Sea Green #16BBB2

Color information

#16BBB2 (or 0x16BBB2) is unknown color: approx Light Sea Green. HEX triplet: 16, BB and B2. RGB value is (22,187,178). Sum of RGB (Red+Green+Blue) = 22+187+178=387 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.68% from 387); Green value is 187 (73.44% from 255 or 48.32% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 187 - color contains mainly: green. Hex color #16BBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BBB2 is #E9444D. Grayscale: #888888. Windows color (decimal): -15287374 or 11713302. OLE color: 11713302.

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

Color convert

RGB22187178-
CMYK0.8800.050.27
HSL176.73º78.95%40.98%-
HSV(B)176.73º88.24%73.33%-
XYZ26.1438.9348.26-
YUV136.64151.3446.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.68%
GREEN value IS 187 (73.44% from 255) = 48.32%
BLUE value IS 178 (69.92% from 255) = 45.99%
R=5.68%
G=48.32%
B=45.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221871780.8800.050.27176.7378.9540.98
Hex16BBB258051Bb14f29
Octal26273262130053326111751
Binary1011010111011101100101011000010111011101100011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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