#16ADBA

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

Shades of Light Sea Green #16ADBA

Tints of Light Sea Green #16ADBA

Color information

#16ADBA (or 0x16ADBA) is unknown color: approx Light Sea Green. HEX triplet: 16, AD and BA. RGB value is (22,173,186). Sum of RGB (Red+Green+Blue) = 22+173+186=381 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.77% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #16ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #16ADBA is #E95245. Grayscale: #818181. Windows color (decimal): -15290950 or 12234006. OLE color: 12234006.

HSL color Cylindrical-coordinate representation of color #16ADBA: hue angle of 184.76º 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 #16ADBA is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB22173186-
CMYK0.880.0700.27
HSL184.76º78.85%40.78%-
HSV(B)184.76º88.17%72.94%-
XYZ24.1433.651.67-
YUV129.33159.9751.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.77%
GREEN value IS 173 (67.97% from 255) = 45.41%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=5.77%
G=45.41%
B=48.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221731860.880.0700.27184.7678.8540.78
Hex16ADBA58701Bb94f29
Octal26255272130703327111751
Binary1011010101101101110101011000111011011101110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,173,186); }

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

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

 a { background-color: rgb(22,173,186); }

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

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

 span { border-color: rgb(22,173,186); }

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