Html Css Color HEX #198F8D Java

📋 copy color: '#198F8D'

red 25 ◦ green 143 ◦ blue 141

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

Shades of Java #198F8D

Tints of Java #198F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.63%

R = 8.09%
G = 46.28%
B = 45.63%

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

#198F8D (or 0x198F8D) is known color: Java. HEX triplet: 19, 8F and 8D. RGB value is (25,143,141). Sum of RGB (Red+Green+Blue) = 25+143+141=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #198F8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198F8D is #E67072. Grayscale: #6B6B6B. Windows color (decimal): -15102067 or 9277209. OLE color: 9277209.

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

Color convert

RGB 25 143 141 -
CMYK 0.83 0 0.01 0.44
HSL 178.98º 0.7% 0.33% -
HSV(B) 178.98º 0.83% 0.56% -
XYZ 15.03 21.77 28.61 -
YUV 107.49 146.91 69.16 -
System Red Green Blue C M Y K H S L
Decimal 25 143 141 0.83 0 0.01 0.44 178.98 0.7 0.33
Hex 19 8F 8D 53 0 1 2C B3 46 21
Octal 31 217 215 123 0 1 54 263 106 41
Binary 11001 10001111 10001101 1010011 0 1 101100 10110011 1000110 100001

Color Harmonies of #198F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198F8D

Black with #198F8D

Text Example


Text Example

White with #198F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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