Html Css Color HEX #19968C Java

📋 copy color: '#19968C'

red 25 ◦ green 150 ◦ blue 140

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

Shades of Java #19968C

Tints of Java #19968C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.44%

R = 7.94%
G = 47.62%
B = 44.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#19968C (or 0x19968C) is known color: Java. HEX triplet: 19, 96 and 8C. RGB value is (25,150,140). Sum of RGB (Red+Green+Blue) = 25+150+140=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #19968C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19968C is #E66973. Grayscale: #6F6F6F. Windows color (decimal): -15100276 or 9213465. OLE color: 9213465.

HSL color Cylindrical-coordinate representation of color #19968C: hue angle of 175.2º 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 #19968C is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 25 150 140 -
CMYK 0.83 0 0.07 0.41
HSL 175.2º 0.71% 0.34% -
HSV(B) 175.2º 0.83% 0.59% -
XYZ 16.04 23.91 28.58 -
YUV 111.49 144.09 66.31 -
System Red Green Blue C M Y K H S L
Decimal 25 150 140 0.83 0 0.07 0.41 175.2 0.71 0.34
Hex 19 96 8C 53 0 7 29 AF 47 22
Octal 31 226 214 123 0 7 51 257 107 42
Binary 11001 10010110 10001100 1010011 0 111 101001 10101111 1000111 100010

Color Harmonies of #19968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19968C

Black with #19968C

Text Example


Text Example

White with #19968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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