Html Css Color HEX #168693 Java

📋 copy color: '#168693'

red 22 ◦ green 134 ◦ blue 147

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

Shades of Java #168693

Tints of Java #168693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.22%

 BLUE value IS 147 (57.81% from 255) = 48.51%

R = 7.26%
G = 44.22%
B = 48.51%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#168693 (or 0x168693) is known color: Java. HEX triplet: 16, 86 and 93. RGB value is (22,134,147). Sum of RGB (Red+Green+Blue) = 22+134+147=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #168693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168693 is #E9796C. Grayscale: #656565. Windows color (decimal): -15300973 or 9668118. OLE color: 9668118.

HSL color Cylindrical-coordinate representation of color #168693: hue angle of 186.24º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168693 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 134 147 -
CMYK 0.85 0.09 0 0.42
HSL 186.24º 0.74% 0.33% -
HSV(B) 186.24º 0.85% 0.58% -
XYZ 14.12 19.33 30.59 -
YUV 101.99 153.39 70.94 -
System Red Green Blue C M Y K H S L
Decimal 22 134 147 0.85 0.09 0 0.42 186.24 0.74 0.33
Hex 16 86 93 55 9 0 2A BA 4A 21
Octal 26 206 223 125 11 0 52 272 112 41
Binary 10110 10000110 10010011 1010101 1001 0 101010 10111010 1001010 100001

Color Harmonies of #168693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168693

Black with #168693

Text Example


Text Example

White with #168693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168693; }

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

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

background-color css

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

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

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

border-color css

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

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

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