Html Css Color HEX #198C8C Java

📋 copy color: '#198C8C'

red 25 ◦ green 140 ◦ blue 140

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

Shades of Java #198C8C

Tints of Java #198C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.9%

R = 8.2%
G = 45.9%
B = 45.9%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#198C8C (or 0x198C8C) is known color: Java. HEX triplet: 19, 8C and 8C. RGB value is (25,140,140). Sum of RGB (Red+Green+Blue) = 25+140+140=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #198C8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198C8C is #E67373. Grayscale: #696969. Windows color (decimal): -15102836 or 9210905. OLE color: 9210905.

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

Color convert

RGB 25 140 140 -
CMYK 0.82 0 0 0.45
HSL 180º 0.7% 0.32% -
HSV(B) 180º 0.82% 0.55% -
XYZ 14.51 20.86 28.07 -
YUV 105.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 25 140 140 0.82 0 0 0.45 180 0.7 0.32
Hex 19 8C 8C 52 0 0 2D B4 46 20
Octal 31 214 214 122 0 0 55 264 106 40
Binary 11001 10001100 10001100 1010010 0 0 101101 10110100 1000110 100000

Color Harmonies of #198C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198C8C

Black with #198C8C

Text Example


Text Example

White with #198C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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