Html Css Color HEX #168994 Java

📋 copy color: '#168994'

red 22 ◦ green 137 ◦ blue 148

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

Shades of Java #168994

Tints of Java #168994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

 BLUE value IS 148 (58.2% from 255) = 48.21%

R = 7.17%
G = 44.63%
B = 48.21%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#168994 (or 0x168994) is known color: Java. HEX triplet: 16, 89 and 94. RGB value is (22,137,148). Sum of RGB (Red+Green+Blue) = 22+137+148=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #168994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168994 is #E9766B. Grayscale: #676767. Windows color (decimal): -15300204 or 9734422. OLE color: 9734422.

HSL color Cylindrical-coordinate representation of color #168994: hue angle of 185.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 #168994 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 137 148 -
CMYK 0.85 0.07 0 0.42
HSL 185.24º 0.74% 0.33% -
HSV(B) 185.24º 0.85% 0.58% -
XYZ 14.62 20.2 31.15 -
YUV 103.87 152.9 69.61 -
System Red Green Blue C M Y K H S L
Decimal 22 137 148 0.85 0.07 0 0.42 185.24 0.74 0.33
Hex 16 89 94 55 7 0 2A B9 4A 21
Octal 26 211 224 125 7 0 52 271 112 41
Binary 10110 10001001 10010100 1010101 111 0 101010 10111001 1001010 100001

Color Harmonies of #168994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168994

Black with #168994

Text Example


Text Example

White with #168994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168994; }

 p { color: rgb(22,137,148); }

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

background-color css

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

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

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

border-color css

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

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

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