#16AFB1

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

Shades of Light Sea Green #16AFB1

Tints of Light Sea Green #16AFB1

Color information

#16AFB1 (or 0x16AFB1) is unknown color: approx Light Sea Green. HEX triplet: 16, AF and B1. RGB value is (22,175,177). Sum of RGB (Red+Green+Blue) = 22+175+177=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #16AFB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AFB1 is #E9504E. Grayscale: #818181. Windows color (decimal): -15290447 or 11644694. OLE color: 11644694.

HSL color Cylindrical-coordinate representation of color #16AFB1: hue angle of 180.77º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16AFB1 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB22175177-
CMYK0.880.0100.31
HSL180.77º77.89%39.02%-
HSV(B)180.77º87.57%69.41%-
XYZ23.63446.91-
YUV129.48154.8151.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.88%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 177 (69.53% from 255) = 47.33%
R=5.88%
G=46.79%
B=47.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221751770.880.0100.31180.7777.8939.02
Hex16AFB158101Fb54e27
Octal26257261130103726511647
Binary10110101011111011000110110001011111101101011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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