Html Css Color HEX #169299 Java

📋 copy color: '#169299'

red 22 ◦ green 146 ◦ blue 153

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

Shades of Java #169299

Tints of Java #169299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.48%

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

R = 6.85%
G = 45.48%
B = 47.66%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#169299 (or 0x169299) is known color: Java. HEX triplet: 16, 92 and 99. RGB value is (22,146,153). Sum of RGB (Red+Green+Blue) = 22+146+153=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #169299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169299 is #E96D66. Grayscale: #6D6D6D. Windows color (decimal): -15297895 or 10064406. OLE color: 10064406.

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

Color convert

RGB 22 146 153 -
CMYK 0.86 0.05 0 0.4
HSL 183.21º 0.75% 0.34% -
HSV(B) 183.21º 0.86% 0.6% -
XYZ 16.36 23.03 33.72 -
YUV 109.72 152.42 65.43 -
System Red Green Blue C M Y K H S L
Decimal 22 146 153 0.86 0.05 0 0.4 183.21 0.75 0.34
Hex 16 92 99 56 5 0 28 B7 4B 22
Octal 26 222 231 126 5 0 50 267 113 42
Binary 10110 10010010 10011001 1010110 101 0 101000 10110111 1001011 100010

Color Harmonies of #169299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #169299

Black with #169299

Text Example


Text Example

White with #169299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #169299; }

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

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

background-color css

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

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

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

border-color css

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

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

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