Html Css Color HEX #16959F Java

📋 copy color: '#16959F'

red 22 ◦ green 149 ◦ blue 159

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

Shades of Java #16959F

Tints of Java #16959F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.15%

 BLUE value IS 159 (62.5% from 255) = 48.18%

R = 6.67%
G = 45.15%
B = 48.18%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#16959F (or 0x16959F) is known color: Java. HEX triplet: 16, 95 and 9F. RGB value is (22,149,159). Sum of RGB (Red+Green+Blue) = 22+149+159=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #16959F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16959F is #E96A60. Grayscale: #6F6F6F. Windows color (decimal): -15297121 or 10458390. OLE color: 10458390.

HSL color Cylindrical-coordinate representation of color #16959F: hue angle of 184.38º 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 #16959F is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 22 149 159 -
CMYK 0.86 0.06 0 0.38
HSL 184.38º 0.76% 0.35% -
HSV(B) 184.38º 0.86% 0.62% -
XYZ 17.34 24.17 36.55 -
YUV 112.17 154.42 63.69 -
System Red Green Blue C M Y K H S L
Decimal 22 149 159 0.86 0.06 0 0.38 184.38 0.76 0.35
Hex 16 95 9F 56 6 0 26 B8 4C 23
Octal 26 225 237 126 6 0 46 270 114 43
Binary 10110 10010101 10011111 1010110 110 0 100110 10111000 1001100 100011

Color Harmonies of #16959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16959F

Black with #16959F

Text Example


Text Example

White with #16959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16959F; }

 p { color: rgb(22,149,159); }

 H1.HeaderClassName
 {
   color: #16959F;
 }
 .AnyTagClassName
 {
   color: #16959F;
 }
</style>

background-color css

<style>
 a { background-color: #16959F; }

 a { background-color: rgb(22,149,159); }

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

border-color css

<style>
 span { border-color: #16959F; }

 span { border-color: rgb(22,149,159); }

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