Html Css Color HEX #169399 Java

📋 copy color: '#169399'

red 22 ◦ green 147 ◦ blue 153

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

Shades of Java #169399

Tints of Java #169399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.65%

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

R = 6.83%
G = 45.65%
B = 47.52%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#169399 (or 0x169399) is known color: Java. HEX triplet: 16, 93 and 99. RGB value is (22,147,153). Sum of RGB (Red+Green+Blue) = 22+147+153=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #169399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169399 is #E96C66. Grayscale: #6E6E6E. Windows color (decimal): -15297639 or 10064662. OLE color: 10064662.

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

Color convert

RGB 22 147 153 -
CMYK 0.86 0.04 0 0.4
HSL 182.75º 0.75% 0.34% -
HSV(B) 182.75º 0.86% 0.6% -
XYZ 16.51 23.34 33.77 -
YUV 110.31 152.09 65.01 -
System Red Green Blue C M Y K H S L
Decimal 22 147 153 0.86 0.04 0 0.4 182.75 0.75 0.34
Hex 16 93 99 56 4 0 28 B7 4B 22
Octal 26 223 231 126 4 0 50 267 113 42
Binary 10110 10010011 10011001 1010110 100 0 101000 10110111 1001011 100010

Color Harmonies of #169399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #169399

Black with #169399

Text Example


Text Example

White with #169399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #169399; }

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

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

background-color css

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

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

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

border-color css

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

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

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