Html Css Color HEX #19929B Java

📋 copy color: '#19929B'

red 25 ◦ green 146 ◦ blue 155

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

Shades of Java #19929B

Tints of Java #19929B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 7.67%
G = 44.79%
B = 47.55%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19929B (or 0x19929B) is known color: Java. HEX triplet: 19, 92 and 9B. RGB value is (25,146,155). Sum of RGB (Red+Green+Blue) = 25+146+155=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #19929B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19929B is #E66D64. Grayscale: #6E6E6E. Windows color (decimal): -15101285 or 10195481. OLE color: 10195481.

HSL color Cylindrical-coordinate representation of color #19929B: hue angle of 184.15º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19929B is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 146 155 -
CMYK 0.84 0.06 0 0.39
HSL 184.15º 0.72% 0.35% -
HSV(B) 184.15º 0.84% 0.61% -
XYZ 16.6 23.13 34.6 -
YUV 110.85 152.91 66.77 -
System Red Green Blue C M Y K H S L
Decimal 25 146 155 0.84 0.06 0 0.39 184.15 0.72 0.35
Hex 19 92 9B 54 6 0 27 B8 48 23
Octal 31 222 233 124 6 0 47 270 110 43
Binary 11001 10010010 10011011 1010100 110 0 100111 10111000 1001000 100011

Color Harmonies of #19929B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19929B

Black with #19929B

Text Example


Text Example

White with #19929B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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