Html Css Color HEX #19938E Java

📋 copy color: '#19938E'

red 25 ◦ green 147 ◦ blue 142

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

Shades of Java #19938E

Tints of Java #19938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.82%

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

R = 7.96%
G = 46.82%
B = 45.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#19938E (or 0x19938E) is known color: Java. HEX triplet: 19, 93 and 8E. RGB value is (25,147,142). Sum of RGB (Red+Green+Blue) = 25+147+142=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #19938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19938E is #E66C71. Grayscale: #6D6D6D. Windows color (decimal): -15101042 or 9343769. OLE color: 9343769.

HSL color Cylindrical-coordinate representation of color #19938E: hue angle of 177.54º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19938E is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 147 142 -
CMYK 0.83 0 0.03 0.42
HSL 177.54º 0.71% 0.34% -
HSV(B) 177.54º 0.83% 0.58% -
XYZ 15.72 23.03 29.21 -
YUV 109.95 146.08 67.41 -
System Red Green Blue C M Y K H S L
Decimal 25 147 142 0.83 0 0.03 0.42 177.54 0.71 0.34
Hex 19 93 8E 53 0 3 2A B2 47 22
Octal 31 223 216 123 0 3 52 262 107 42
Binary 11001 10010011 10001110 1010011 0 11 101010 10110010 1000111 100010

Color Harmonies of #19938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19938E

Black with #19938E

Text Example


Text Example

White with #19938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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