Html Css Color HEX #198DA0 Java

📋 copy color: '#198DA0'

red 25 ◦ green 141 ◦ blue 160

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

Shades of Java #198DA0

Tints of Java #198DA0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.25%

 BLUE value IS 160 (62.89% from 255) = 49.08%

R = 7.67%
G = 43.25%
B = 49.08%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#198DA0 (or 0x198DA0) is known color: Java. HEX triplet: 19, 8D and A0. RGB value is (25,141,160). Sum of RGB (Red+Green+Blue) = 25+141+160=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #198DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198DA0 is #E6725F. Grayscale: #6C6C6C. Windows color (decimal): -15102560 or 10521881. OLE color: 10521881.

HSL color Cylindrical-coordinate representation of color #198DA0: hue angle of 188.44º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198DA0 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 141 160 -
CMYK 0.84 0.12 0 0.37
HSL 188.44º 0.73% 0.36% -
HSV(B) 188.44º 0.84% 0.63% -
XYZ 16.27 21.79 36.61 -
YUV 108.48 157.07 68.46 -
System Red Green Blue C M Y K H S L
Decimal 25 141 160 0.84 0.12 0 0.37 188.44 0.73 0.36
Hex 19 8D A0 54 C 0 25 BC 49 24
Octal 31 215 240 124 14 0 45 274 111 44
Binary 11001 10001101 10100000 1010100 1100 0 100101 10111100 1001001 100100

Color Harmonies of #198DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198DA0

Black with #198DA0

Text Example


Text Example

White with #198DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198DA0; }

 p { color: rgb(25,141,160); }

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

background-color css

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

 a { background-color: rgb(25,141,160); }

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

border-color css

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

 span { border-color: rgb(25,141,160); }

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