Html Css Color HEX #198D9A Java

📋 copy color: '#198D9A'

red 25 ◦ green 141 ◦ blue 154

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

Shades of Java #198D9A

Tints of Java #198D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.13%

R = 7.81%
G = 44.06%
B = 48.13%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#198D9A (or 0x198D9A) is known color: Java. HEX triplet: 19, 8D and 9A. RGB value is (25,141,154). Sum of RGB (Red+Green+Blue) = 25+141+154=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #198D9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198D9A is #E67265. Grayscale: #6B6B6B. Windows color (decimal): -15102566 or 10128665. OLE color: 10128665.

HSL color Cylindrical-coordinate representation of color #198D9A: hue angle of 186.05º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #198D9A is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 141 154 -
CMYK 0.84 0.08 0 0.40
HSL 186.05º 0.72% 0.35% -
HSV(B) 186.05º 0.84% 0.6% -
XYZ 15.76 21.59 33.91 -
YUV 107.8 154.07 68.94 -
System Red Green Blue C M Y K H S L
Decimal 25 141 154 0.84 0.08 0 0.40 186.05 0.72 0.35
Hex 19 8D 9A 54 8 0 28 BA 48 23
Octal 31 215 232 124 10 0 50 272 110 43
Binary 11001 10001101 10011010 1010100 1000 0 101000 10111010 1001000 100011

Color Harmonies of #198D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198D9A

Black with #198D9A

Text Example


Text Example

White with #198D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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