Html Css Color HEX #198C83 Java

📋 copy color: '#198C83'

red 25 ◦ green 140 ◦ blue 131

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

Shades of Java #198C83

Tints of Java #198C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.26%

R = 8.45%
G = 47.3%
B = 44.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#198C83 (or 0x198C83) is known color: Java. HEX triplet: 19, 8C and 83. RGB value is (25,140,131). Sum of RGB (Red+Green+Blue) = 25+140+131=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #198C83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C83 is #E6737C. Grayscale: #686868. Windows color (decimal): -15102845 or 8621081. OLE color: 8621081.

HSL color Cylindrical-coordinate representation of color #198C83: hue angle of 175.3º 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 #198C83 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 140 131 -
CMYK 0.82 0 0.06 0.45
HSL 175.3º 0.7% 0.32% -
HSV(B) 175.3º 0.82% 0.55% -
XYZ 13.88 20.6 24.72 -
YUV 104.59 142.9 71.23 -
System Red Green Blue C M Y K H S L
Decimal 25 140 131 0.82 0 0.06 0.45 175.3 0.7 0.32
Hex 19 8C 83 52 0 6 2D AF 46 20
Octal 31 214 203 122 0 6 55 257 106 40
Binary 11001 10001100 10000011 1010010 0 110 101101 10101111 1000110 100000

Color Harmonies of #198C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198C83

Black with #198C83

Text Example


Text Example

White with #198C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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