Html Css Color HEX #198690 Java

📋 copy color: '#198690'

red 25 ◦ green 134 ◦ blue 144

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

Shades of Java #198690

Tints of Java #198690

RGB

 RED value IS 25 (10.16% from 255) = 8.25%

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

 BLUE value IS 144 (56.64% from 255) = 47.52%

R = 8.25%
G = 44.22%
B = 47.52%

CMYK

 C value IS 0.83

 M value IS 0.07

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#198690 (or 0x198690) is known color: Java. HEX triplet: 19, 86 and 90. RGB value is (25,134,144). Sum of RGB (Red+Green+Blue) = 25+134+144=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #198690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198690 is #E6796F. Grayscale: #666666. Windows color (decimal): -15104368 or 9471513. OLE color: 9471513.

HSL color Cylindrical-coordinate representation of color #198690: hue angle of 185.04º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198690 is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 134 144 -
CMYK 0.83 0.07 0 0.44
HSL 185.04º 0.7% 0.33% -
HSV(B) 185.04º 0.83% 0.56% -
XYZ 13.96 19.27 29.37 -
YUV 102.55 151.39 72.69 -
System Red Green Blue C M Y K H S L
Decimal 25 134 144 0.83 0.07 0 0.44 185.04 0.7 0.33
Hex 19 86 90 53 7 0 2C B9 46 21
Octal 31 206 220 123 7 0 54 271 106 41
Binary 11001 10000110 10010000 1010011 111 0 101100 10111001 1000110 100001

Color Harmonies of #198690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198690

Black with #198690

Text Example


Text Example

White with #198690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198690; }

 p { color: rgb(25,134,144); }

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

background-color css

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

 a { background-color: rgb(25,134,144); }

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

border-color css

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

 span { border-color: rgb(25,134,144); }

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