#16BFBB

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

Shades of Light Sea Green #16BFBB

Tints of Light Sea Green #16BFBB

Color information

#16BFBB (or 0x16BFBB) is unknown color: approx Light Sea Green. HEX triplet: 16, BF and BB. RGB value is (22,191,187). Sum of RGB (Red+Green+Blue) = 22+191+187=400 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.5% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #16BFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16BFBB is #E94044. Grayscale: #8B8B8B. Windows color (decimal): -15286341 or 12304150. OLE color: 12304150.

HSL color Cylindrical-coordinate representation of color #16BFBB: hue angle of 178.58º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BFBB is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB22191187-
CMYK0.8800.020.25
HSL178.58º79.34%41.76%-
HSV(B)178.58º88.48%74.9%-
XYZ27.9341.0253.46-
YUV140.01154.5143.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.5%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=5.5%
G=47.75%
B=46.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221911870.8800.020.25178.5879.3441.76
Hex16BFBB580219b34f2a
Octal26277273130023126311752
Binary101101011111110111011101100001011001101100111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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