Html Css Color HEX #198C88 Java

📋 copy color: '#198C88'

red 25 ◦ green 140 ◦ blue 136

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

Shades of Java #198C88

Tints of Java #198C88

RGB

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

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

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

R = 8.31%
G = 46.51%
B = 45.18%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#198C88 (or 0x198C88) is known color: Java. HEX triplet: 19, 8C and 88. RGB value is (25,140,136). Sum of RGB (Red+Green+Blue) = 25+140+136=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #198C88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C88 is #E67377. Grayscale: #696969. Windows color (decimal): -15102840 or 8948761. OLE color: 8948761.

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

Color convert

RGB 25 140 136 -
CMYK 0.82 0 0.03 0.45
HSL 177.91º 0.7% 0.32% -
HSV(B) 177.91º 0.82% 0.55% -
XYZ 14.22 20.74 26.55 -
YUV 105.16 145.4 70.83 -
System Red Green Blue C M Y K H S L
Decimal 25 140 136 0.82 0 0.03 0.45 177.91 0.7 0.32
Hex 19 8C 88 52 0 3 2D B2 46 20
Octal 31 214 210 122 0 3 55 262 106 40
Binary 11001 10001100 10001000 1010010 0 11 101101 10110010 1000110 100000

Color Harmonies of #198C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198C88

Black with #198C88

Text Example


Text Example

White with #198C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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