Html Css Color HEX #198692 Java

📋 copy color: '#198692'

red 25 ◦ green 134 ◦ blue 146

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

Shades of Java #198692

Tints of Java #198692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.87%

R = 8.2%
G = 43.93%
B = 47.87%

CMYK

 C value IS 0.83

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#198692 (or 0x198692) is known color: Java. HEX triplet: 19, 86 and 92. RGB value is (25,134,146). Sum of RGB (Red+Green+Blue) = 25+134+146=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #198692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198692 is #E6796D. Grayscale: #666666. Windows color (decimal): -15104366 or 9602585. OLE color: 9602585.

HSL color Cylindrical-coordinate representation of color #198692: hue angle of 185.95º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198692 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 134 146 -
CMYK 0.83 0.08 0 0.43
HSL 185.95º 0.71% 0.34% -
HSV(B) 185.95º 0.83% 0.57% -
XYZ 14.11 19.33 30.18 -
YUV 102.78 152.39 72.52 -
System Red Green Blue C M Y K H S L
Decimal 25 134 146 0.83 0.08 0 0.43 185.95 0.71 0.34
Hex 19 86 92 53 8 0 2B BA 47 22
Octal 31 206 222 123 10 0 53 272 107 42
Binary 11001 10000110 10010010 1010011 1000 0 101011 10111010 1000111 100010

Color Harmonies of #198692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198692

Black with #198692

Text Example


Text Example

White with #198692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198692; }

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

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

background-color css

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

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

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

border-color css

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

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

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