Html Css Color HEX #169999 Java

📋 copy color: '#169999'

red 22 ◦ green 153 ◦ blue 153

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

Shades of Java #169999

Tints of Java #169999

RGB

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

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

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

R = 6.71%
G = 46.65%
B = 46.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#169999 (or 0x169999) is known color: Java. HEX triplet: 16, 99 and 99. RGB value is (22,153,153). Sum of RGB (Red+Green+Blue) = 22+153+153=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #169999 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169999 is #E96666. Grayscale: #717171. Windows color (decimal): -15296103 or 10066198. OLE color: 10066198.

HSL color Cylindrical-coordinate representation of color #169999: hue angle of 180º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169999 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 153 153 -
CMYK 0.86 0 0 0.4
HSL 180º 0.75% 0.34% -
HSV(B) 180º 0.86% 0.6% -
XYZ 17.47 25.25 34.09 -
YUV 113.83 150.1 62.5 -
System Red Green Blue C M Y K H S L
Decimal 22 153 153 0.86 0 0 0.4 180 0.75 0.34
Hex 16 99 99 56 0 0 28 B4 4B 22
Octal 26 231 231 126 0 0 50 264 113 42
Binary 10110 10011001 10011001 1010110 0 0 101000 10110100 1001011 100010

Color Harmonies of #169999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #169999

Black with #169999

Text Example


Text Example

White with #169999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #169999; }

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

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

background-color css

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

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

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

border-color css

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

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

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