Html Css Color HEX #16999E Java

📋 copy color: '#16999E'

red 22 ◦ green 153 ◦ blue 158

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

Shades of Java #16999E

Tints of Java #16999E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.95%

 BLUE value IS 158 (62.11% from 255) = 47.45%

R = 6.61%
G = 45.95%
B = 47.45%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16999E (or 0x16999E) is known color: Java. HEX triplet: 16, 99 and 9E. RGB value is (22,153,158). Sum of RGB (Red+Green+Blue) = 22+153+158=333 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.61% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #16999E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16999E is #E96661. Grayscale: #727272. Windows color (decimal): -15296098 or 10393878. OLE color: 10393878.

HSL color Cylindrical-coordinate representation of color #16999E: hue angle of 182.21º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16999E is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 22 153 158 -
CMYK 0.86 0.03 0 0.38
HSL 182.21º 0.76% 0.35% -
HSV(B) 182.21º 0.86% 0.62% -
XYZ 17.89 25.42 36.31 -
YUV 114.4 152.6 62.09 -
System Red Green Blue C M Y K H S L
Decimal 22 153 158 0.86 0.03 0 0.38 182.21 0.76 0.35
Hex 16 99 9E 56 3 0 26 B6 4C 23
Octal 26 231 236 126 3 0 46 266 114 43
Binary 10110 10011001 10011110 1010110 11 0 100110 10110110 1001100 100011

Color Harmonies of #16999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16999E

Black with #16999E

Text Example


Text Example

White with #16999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16999E; }

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

 H1.HeaderClassName
 {
   color: #16999E;
 }
 .AnyTagClassName
 {
   color: #16999E;
 }
</style>

background-color css

<style>
 a { background-color: #16999E; }

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

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

border-color css

<style>
 span { border-color: #16999E; }

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

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