Html Css Color HEX #198C85 Java

📋 copy color: '#198C85'

red 25 ◦ green 140 ◦ blue 133

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

Shades of Java #198C85

Tints of Java #198C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.63%

R = 8.39%
G = 46.98%
B = 44.63%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#198C85 (or 0x198C85) is known color: Java. HEX triplet: 19, 8C and 85. RGB value is (25,140,133). Sum of RGB (Red+Green+Blue) = 25+140+133=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #198C85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C85 is #E6737A. Grayscale: #686868. Windows color (decimal): -15102843 or 8752153. OLE color: 8752153.

HSL color Cylindrical-coordinate representation of color #198C85: hue angle of 176.35º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198C85 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 140 133 -
CMYK 0.82 0 0.05 0.45
HSL 176.35º 0.7% 0.32% -
HSV(B) 176.35º 0.82% 0.55% -
XYZ 14.01 20.66 25.44 -
YUV 104.82 143.9 71.07 -
System Red Green Blue C M Y K H S L
Decimal 25 140 133 0.82 0 0.05 0.45 176.35 0.7 0.32
Hex 19 8C 85 52 0 5 2D B0 46 20
Octal 31 214 205 122 0 5 55 260 106 40
Binary 11001 10001100 10000101 1010010 0 101 101101 10110000 1000110 100000

Color Harmonies of #198C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198C85

Black with #198C85

Text Example


Text Example

White with #198C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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