Html Css Color HEX #19968D Java

📋 copy color: '#19968D'

red 25 ◦ green 150 ◦ blue 141

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

Shades of Java #19968D

Tints of Java #19968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.47%

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

R = 7.91%
G = 47.47%
B = 44.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#19968D (or 0x19968D) is known color: Java. HEX triplet: 19, 96 and 8D. RGB value is (25,150,141). Sum of RGB (Red+Green+Blue) = 25+150+141=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #19968D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19968D is #E66972. Grayscale: #6F6F6F. Windows color (decimal): -15100275 or 9279001. OLE color: 9279001.

HSL color Cylindrical-coordinate representation of color #19968D: hue angle of 175.68º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19968D is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 150 141 -
CMYK 0.83 0 0.06 0.41
HSL 175.68º 0.71% 0.34% -
HSV(B) 175.68º 0.83% 0.59% -
XYZ 16.11 23.94 28.97 -
YUV 111.6 144.59 66.23 -
System Red Green Blue C M Y K H S L
Decimal 25 150 141 0.83 0 0.06 0.41 175.68 0.71 0.34
Hex 19 96 8D 53 0 6 29 B0 47 22
Octal 31 226 215 123 0 6 51 260 107 42
Binary 11001 10010110 10001101 1010011 0 110 101001 10110000 1000111 100010

Color Harmonies of #19968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19968D

Black with #19968D

Text Example


Text Example

White with #19968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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