Html Css Color HEX #19929F Java

📋 copy color: '#19929F'

red 25 ◦ green 146 ◦ blue 159

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

Shades of Java #19929F

Tints of Java #19929F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.24%

 BLUE value IS 159 (62.5% from 255) = 48.18%

R = 7.58%
G = 44.24%
B = 48.18%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19929F (or 0x19929F) is known color: Java. HEX triplet: 19, 92 and 9F. RGB value is (25,146,159). Sum of RGB (Red+Green+Blue) = 25+146+159=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #19929F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19929F is #E66D60. Grayscale: #6F6F6F. Windows color (decimal): -15101281 or 10457625. OLE color: 10457625.

HSL color Cylindrical-coordinate representation of color #19929F: hue angle of 185.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19929F is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 146 159 -
CMYK 0.84 0.08 0 0.38
HSL 185.82º 0.73% 0.36% -
HSV(B) 185.82º 0.84% 0.62% -
XYZ 16.94 23.27 36.4 -
YUV 111.3 154.91 66.44 -
System Red Green Blue C M Y K H S L
Decimal 25 146 159 0.84 0.08 0 0.38 185.82 0.73 0.36
Hex 19 92 9F 54 8 0 26 BA 49 24
Octal 31 222 237 124 10 0 46 272 111 44
Binary 11001 10010010 10011111 1010100 1000 0 100110 10111010 1001001 100100

Color Harmonies of #19929F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19929F

Black with #19929F

Text Example


Text Example

White with #19929F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,146,159); }

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

background-color css

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

 a { background-color: rgb(25,146,159); }

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

border-color css

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

 span { border-color: rgb(25,146,159); }

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