Html Css Color HEX #198E8D Java

📋 copy color: '#198E8D'

red 25 ◦ green 142 ◦ blue 141

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

Shades of Java #198E8D

Tints of Java #198E8D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.1%

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

R = 8.12%
G = 46.1%
B = 45.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#198E8D (or 0x198E8D) is known color: Java. HEX triplet: 19, 8E and 8D. RGB value is (25,142,141). Sum of RGB (Red+Green+Blue) = 25+142+141=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #198E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198E8D is #E67172. Grayscale: #6A6A6A. Windows color (decimal): -15102323 or 9276953. OLE color: 9276953.

HSL color Cylindrical-coordinate representation of color #198E8D: 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.82%. Process color model (Four color, CMYK) of #198E8D is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 142 141 -
CMYK 0.82 0 0.01 0.44
HSL 179.49º 0.7% 0.33% -
HSV(B) 179.49º 0.82% 0.56% -
XYZ 14.88 21.48 28.56 -
YUV 106.9 147.24 69.58 -
System Red Green Blue C M Y K H S L
Decimal 25 142 141 0.82 0 0.01 0.44 179.49 0.7 0.33
Hex 19 8E 8D 52 0 1 2C B3 46 21
Octal 31 216 215 122 0 1 54 263 106 41
Binary 11001 10001110 10001101 1010010 0 1 101100 10110011 1000110 100001

Color Harmonies of #198E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198E8D

Black with #198E8D

Text Example


Text Example

White with #198E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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