Html Css Color HEX #169997 Java

📋 copy color: '#169997'

red 22 ◦ green 153 ◦ blue 151

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

Shades of Java #169997

Tints of Java #169997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.32%

R = 6.75%
G = 46.93%
B = 46.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#169997 (or 0x169997) is known color: Java. HEX triplet: 16, 99 and 97. RGB value is (22,153,151). Sum of RGB (Red+Green+Blue) = 22+153+151=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #169997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169997 is #E96668. Grayscale: #717171. Windows color (decimal): -15296105 or 9935126. OLE color: 9935126.

HSL color Cylindrical-coordinate representation of color #169997: hue angle of 179.08º 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 #169997 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 153 151 -
CMYK 0.86 0 0.01 0.4
HSL 179.08º 0.75% 0.34% -
HSV(B) 179.08º 0.86% 0.6% -
XYZ 17.31 25.19 33.23 -
YUV 113.6 149.1 62.66 -
System Red Green Blue C M Y K H S L
Decimal 22 153 151 0.86 0 0.01 0.4 179.08 0.75 0.34
Hex 16 99 97 56 0 1 28 B3 4B 22
Octal 26 231 227 126 0 1 50 263 113 42
Binary 10110 10011001 10010111 1010110 0 1 101000 10110011 1001011 100010

Color Harmonies of #169997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #169997

Black with #169997

Text Example


Text Example

White with #169997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #169997; }

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

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

background-color css

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

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

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

border-color css

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

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

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