Html Css Color HEX #198990 Java

📋 copy color: '#198990'

red 25 ◦ green 137 ◦ blue 144

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

Shades of Java #198990

Tints of Java #198990

RGB

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

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

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

R = 8.17%
G = 44.77%
B = 47.06%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#198990 (or 0x198990) is known color: Java. HEX triplet: 19, 89 and 90. RGB value is (25,137,144). Sum of RGB (Red+Green+Blue) = 25+137+144=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #198990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198990 is #E6766F. Grayscale: #686868. Windows color (decimal): -15103600 or 9472281. OLE color: 9472281.

HSL color Cylindrical-coordinate representation of color #198990: hue angle of 183.53º 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 #198990 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 137 144 -
CMYK 0.83 0.05 0 0.44
HSL 183.53º 0.7% 0.33% -
HSV(B) 183.53º 0.83% 0.56% -
XYZ 14.38 20.11 29.51 -
YUV 104.31 150.39 71.43 -
System Red Green Blue C M Y K H S L
Decimal 25 137 144 0.83 0.05 0 0.44 183.53 0.7 0.33
Hex 19 89 90 53 5 0 2C B8 46 21
Octal 31 211 220 123 5 0 54 270 106 41
Binary 11001 10001001 10010000 1010011 101 0 101100 10111000 1000110 100001

Color Harmonies of #198990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198990

Black with #198990

Text Example


Text Example

White with #198990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198990; }

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

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

background-color css

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

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

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

border-color css

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

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

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