Html Css Color HEX #19898E Java

📋 copy color: '#19898E'

red 25 ◦ green 137 ◦ blue 142

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

Shades of Java #19898E

Tints of Java #19898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 142 (55.86% from 255) = 46.71%

R = 8.22%
G = 45.07%
B = 46.71%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19898E (or 0x19898E) is known color: Java. HEX triplet: 19, 89 and 8E. RGB value is (25,137,142). Sum of RGB (Red+Green+Blue) = 25+137+142=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #19898E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19898E is #E67671. Grayscale: #676767. Windows color (decimal): -15103602 or 9341209. OLE color: 9341209.

HSL color Cylindrical-coordinate representation of color #19898E: hue angle of 182.56º 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 #19898E is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 137 142 -
CMYK 0.82 0.04 0 0.44
HSL 182.56º 0.7% 0.33% -
HSV(B) 182.56º 0.82% 0.56% -
XYZ 14.23 20.05 28.71 -
YUV 104.08 149.39 71.59 -
System Red Green Blue C M Y K H S L
Decimal 25 137 142 0.82 0.04 0 0.44 182.56 0.7 0.33
Hex 19 89 8E 52 4 0 2C B7 46 21
Octal 31 211 216 122 4 0 54 267 106 41
Binary 11001 10001001 10001110 1010010 100 0 101100 10110111 1000110 100001

Color Harmonies of #19898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19898E

Black with #19898E

Text Example


Text Example

White with #19898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19898E; }

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

 H1.HeaderClassName
 {
   color: #19898E;
 }
 .AnyTagClassName
 {
   color: #19898E;
 }
</style>

background-color css

<style>
 a { background-color: #19898E; }

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

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

border-color css

<style>
 span { border-color: #19898E; }

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

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