Html Css Color HEX #19938D Java

📋 copy color: '#19938D'

red 25 ◦ green 147 ◦ blue 141

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

Shades of Java #19938D

Tints of Java #19938D

RGB

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

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

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

R = 7.99%
G = 46.96%
B = 45.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#19938D (or 0x19938D) is known color: Java. HEX triplet: 19, 93 and 8D. RGB value is (25,147,141). Sum of RGB (Red+Green+Blue) = 25+147+141=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #19938D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19938D is #E66C72. Grayscale: #6D6D6D. Windows color (decimal): -15101043 or 9278233. OLE color: 9278233.

HSL color Cylindrical-coordinate representation of color #19938D: hue angle of 177.05º 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 #19938D is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 147 141 -
CMYK 0.83 0 0.04 0.42
HSL 177.05º 0.71% 0.34% -
HSV(B) 177.05º 0.83% 0.58% -
XYZ 15.64 23 28.81 -
YUV 109.84 145.58 67.49 -
System Red Green Blue C M Y K H S L
Decimal 25 147 141 0.83 0 0.04 0.42 177.05 0.71 0.34
Hex 19 93 8D 53 0 4 2A B1 47 22
Octal 31 223 215 123 0 4 52 261 107 42
Binary 11001 10010011 10001101 1010011 0 100 101010 10110001 1000111 100010

Color Harmonies of #19938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19938D

Black with #19938D

Text Example


Text Example

White with #19938D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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