Html Css Color HEX #168998 Java

📋 copy color: '#168998'

red 22 ◦ green 137 ◦ blue 152

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

Shades of Java #168998

Tints of Java #168998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.87%

R = 7.07%
G = 44.05%
B = 48.87%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#168998 (or 0x168998) is known color: Java. HEX triplet: 16, 89 and 98. RGB value is (22,137,152). Sum of RGB (Red+Green+Blue) = 22+137+152=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #168998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168998 is #E97667. Grayscale: #686868. Windows color (decimal): -15300200 or 9996566. OLE color: 9996566.

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

Color convert

RGB 22 137 152 -
CMYK 0.86 0.10 0 0.40
HSL 186.92º 0.75% 0.34% -
HSV(B) 186.92º 0.86% 0.6% -
XYZ 14.94 20.33 32.84 -
YUV 104.33 154.9 69.28 -
System Red Green Blue C M Y K H S L
Decimal 22 137 152 0.86 0.10 0 0.40 186.92 0.75 0.34
Hex 16 89 98 56 A 0 28 BB 4B 22
Octal 26 211 230 126 12 0 50 273 113 42
Binary 10110 10001001 10011000 1010110 1010 0 101000 10111011 1001011 100010

Color Harmonies of #168998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168998

Black with #168998

Text Example


Text Example

White with #168998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168998; }

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

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

background-color css

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

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

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

border-color css

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

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

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