Html Css Color HEX #19968F Java

📋 copy color: '#19968F'

red 25 ◦ green 150 ◦ blue 143

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

Shades of Java #19968F

Tints of Java #19968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.97%

R = 7.86%
G = 47.17%
B = 44.97%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#19968F (or 0x19968F) is known color: Java. HEX triplet: 19, 96 and 8F. RGB value is (25,150,143). Sum of RGB (Red+Green+Blue) = 25+150+143=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #19968F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19968F is #E66970. Grayscale: #6F6F6F. Windows color (decimal): -15100273 or 9410073. OLE color: 9410073.

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

Color convert

RGB 25 150 143 -
CMYK 0.83 0 0.05 0.41
HSL 176.64º 0.71% 0.34% -
HSV(B) 176.64º 0.83% 0.59% -
XYZ 16.27 24 29.76 -
YUV 111.83 145.59 66.07 -
System Red Green Blue C M Y K H S L
Decimal 25 150 143 0.83 0 0.05 0.41 176.64 0.71 0.34
Hex 19 96 8F 53 0 5 29 B1 47 22
Octal 31 226 217 123 0 5 51 261 107 42
Binary 11001 10010110 10001111 1010011 0 101 101001 10110001 1000111 100010

Color Harmonies of #19968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19968F

Black with #19968F

Text Example


Text Example

White with #19968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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