#16B1B7

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

Shades of Light Sea Green #16B1B7

Tints of Light Sea Green #16B1B7

Color information

#16B1B7 (or 0x16B1B7) is unknown color: approx Light Sea Green. HEX triplet: 16, B1 and B7. RGB value is (22,177,183). Sum of RGB (Red+Green+Blue) = 22+177+183=382 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.76% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #16B1B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16B1B7 is #E94E48. Grayscale: #838383. Windows color (decimal): -15289929 or 12038422. OLE color: 12038422.

HSL color Cylindrical-coordinate representation of color #16B1B7: hue angle of 182.24º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B1B7 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB22177183-
CMYK0.880.0300.28
HSL182.24º78.54%40.2%-
HSV(B)182.24º87.98%71.76%-
XYZ24.635.0350.27-
YUV131.34157.1550.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.76%
GREEN value IS 177 (69.53% from 255) = 46.34%
BLUE value IS 183 (71.88% from 255) = 47.91%
R=5.76%
G=46.34%
B=47.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal221771830.880.0300.28182.2478.5440.2
Hex16B1B758301Cb64f28
Octal26261267130303426611750
Binary101101011000110110111101100011011100101101101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,177,183); }

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

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

 a { background-color: rgb(22,177,183); }

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

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

 span { border-color: rgb(22,177,183); }

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