Html Css Color HEX #198F8B Java

📋 copy color: '#198F8B'

red 25 ◦ green 143 ◦ blue 139

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

Shades of Java #198F8B

Tints of Java #198F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.28%

R = 8.14%
G = 46.58%
B = 45.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#198F8B (or 0x198F8B) is known color: Java. HEX triplet: 19, 8F and 8B. RGB value is (25,143,139). Sum of RGB (Red+Green+Blue) = 25+143+139=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 143 (56.25% from 255 or 46.58% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 143 - color contains mainly: green. Hex color #198F8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198F8B is #E67074. Grayscale: #6B6B6B. Windows color (decimal): -15102069 or 9146137. OLE color: 9146137.

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

Color convert

RGB 25 143 139 -
CMYK 0.83 0 0.03 0.44
HSL 177.97º 0.7% 0.33% -
HSV(B) 177.97º 0.83% 0.56% -
XYZ 14.88 21.72 27.83 -
YUV 107.26 145.91 69.33 -
System Red Green Blue C M Y K H S L
Decimal 25 143 139 0.83 0 0.03 0.44 177.97 0.7 0.33
Hex 19 8F 8B 53 0 3 2C B2 46 21
Octal 31 217 213 123 0 3 54 262 106 41
Binary 11001 10001111 10001011 1010011 0 11 101100 10110010 1000110 100001

Color Harmonies of #198F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198F8B

Black with #198F8B

Text Example


Text Example

White with #198F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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