Html Css Color HEX #16A699 Java

📋 copy color: '#16A699'

red 22 ◦ green 166 ◦ blue 153

#16A699
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #16A699

Tints of Java #16A699

RGB

 RED value IS 22 (8.98% from 255) = 6.45%

 GREEN value IS 166 (65.23% from 255) = 48.68%

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 6.45%
G = 48.68%
B = 44.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#16A699 (or 0x16A699) is known color: Java. HEX triplet: 16, A6 and 99. RGB value is (22,166,153). Sum of RGB (Red+Green+Blue) = 22+166+153=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #16A699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A699 is #E95966. Grayscale: #797979. Windows color (decimal): -15292775 or 10069526. OLE color: 10069526.

HSL color Cylindrical-coordinate representation of color #16A699: hue angle of 174.58º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A699 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 22 166 153 -
CMYK 0.87 0 0.08 0.35
HSL 174.58º 0.77% 0.37% -
HSV(B) 174.58º 0.87% 0.65% -
XYZ 19.72 29.74 34.84 -
YUV 121.46 145.79 57.06 -
System Red Green Blue C M Y K H S L
Decimal 22 166 153 0.87 0 0.08 0.35 174.58 0.77 0.37
Hex 16 A6 99 57 0 8 23 AF 4D 25
Octal 26 246 231 127 0 10 43 257 115 45
Binary 10110 10100110 10011001 1010111 0 1000 100011 10101111 1001101 100101

Color Harmonies of #16A699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A699

Black with #16A699

Text Example


Text Example

White with #16A699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,166,153); }

 H1.HeaderClassName
 {
   color: #16A699;
 }
 .AnyTagClassName
 {
   color: #16A699;
 }
</style>

background-color css

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

 a { background-color: rgb(22,166,153); }

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

border-color css

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

 span { border-color: rgb(22,166,153); }

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