Html Css Color HEX #198F8E Java

📋 copy color: '#198F8E'

red 25 ◦ green 143 ◦ blue 142

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

Shades of Java #198F8E

Tints of Java #198F8E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.13%

 BLUE value IS 142 (55.86% from 255) = 45.81%

R = 8.06%
G = 46.13%
B = 45.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#198F8E (or 0x198F8E) is known color: Java. HEX triplet: 19, 8F and 8E. RGB value is (25,143,142). Sum of RGB (Red+Green+Blue) = 25+143+142=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 143 - color contains mainly: green. Hex color #198F8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198F8E is #E67071. Grayscale: #6B6B6B. Windows color (decimal): -15102066 or 9342745. OLE color: 9342745.

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

Color convert

RGB 25 143 142 -
CMYK 0.83 0 0.01 0.44
HSL 179.49º 0.7% 0.33% -
HSV(B) 179.49º 0.83% 0.56% -
XYZ 15.11 21.8 29 -
YUV 107.6 147.41 69.08 -
System Red Green Blue C M Y K H S L
Decimal 25 143 142 0.83 0 0.01 0.44 179.49 0.7 0.33
Hex 19 8F 8E 53 0 1 2C B3 46 21
Octal 31 217 216 123 0 1 54 263 106 41
Binary 11001 10001111 10001110 1010011 0 1 101100 10110011 1000110 100001

Color Harmonies of #198F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198F8E

Black with #198F8E

Text Example


Text Example

White with #198F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,143,142); }

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

background-color css

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

 a { background-color: rgb(25,143,142); }

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

border-color css

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

 span { border-color: rgb(25,143,142); }

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