Html Css Color HEX #198F88 Java

📋 copy color: '#198F88'

red 25 ◦ green 143 ◦ blue 136

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

Shades of Java #198F88

Tints of Java #198F88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.74%

R = 8.22%
G = 47.04%
B = 44.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#198F88 (or 0x198F88) is known color: Java. HEX triplet: 19, 8F and 88. RGB value is (25,143,136). Sum of RGB (Red+Green+Blue) = 25+143+136=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 143 - color contains mainly: green. Hex color #198F88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198F88 is #E67077. Grayscale: #6A6A6A. Windows color (decimal): -15102072 or 8949529. OLE color: 8949529.

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

Color convert

RGB 25 143 136 -
CMYK 0.83 0 0.05 0.44
HSL 176.44º 0.7% 0.33% -
HSV(B) 176.44º 0.83% 0.56% -
XYZ 14.67 21.63 26.69 -
YUV 106.92 144.41 69.57 -
System Red Green Blue C M Y K H S L
Decimal 25 143 136 0.83 0 0.05 0.44 176.44 0.7 0.33
Hex 19 8F 88 53 0 5 2C B0 46 21
Octal 31 217 210 123 0 5 54 260 106 41
Binary 11001 10001111 10001000 1010011 0 101 101100 10110000 1000110 100001

Color Harmonies of #198F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198F88

Black with #198F88

Text Example


Text Example

White with #198F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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