Html Css Color HEX #198C90 Java

📋 copy color: '#198C90'

red 25 ◦ green 140 ◦ blue 144

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

Shades of Java #198C90

Tints of Java #198C90

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.31%

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

R = 8.09%
G = 45.31%
B = 46.6%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#198C90 (or 0x198C90) is known color: Java. HEX triplet: 19, 8C and 90. RGB value is (25,140,144). Sum of RGB (Red+Green+Blue) = 25+140+144=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #198C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C90 is #E6736F. Grayscale: #696969. Windows color (decimal): -15102832 or 9473049. OLE color: 9473049.

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

Color convert

RGB 25 140 144 -
CMYK 0.83 0.03 0 0.44
HSL 182.02º 0.7% 0.33% -
HSV(B) 182.02º 0.83% 0.56% -
XYZ 14.81 20.98 29.65 -
YUV 106.07 149.4 70.17 -
System Red Green Blue C M Y K H S L
Decimal 25 140 144 0.83 0.03 0 0.44 182.02 0.7 0.33
Hex 19 8C 90 53 3 0 2C B6 46 21
Octal 31 214 220 123 3 0 54 266 106 41
Binary 11001 10001100 10010000 1010011 11 0 101100 10110110 1000110 100001

Color Harmonies of #198C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198C90

Black with #198C90

Text Example


Text Example

White with #198C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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