Html Css Color HEX #19929A Java

📋 copy color: '#19929A'

red 25 ◦ green 146 ◦ blue 154

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

Shades of Java #19929A

Tints of Java #19929A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.38%

R = 7.69%
G = 44.92%
B = 47.38%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#19929A (or 0x19929A) is known color: Java. HEX triplet: 19, 92 and 9A. RGB value is (25,146,154). Sum of RGB (Red+Green+Blue) = 25+146+154=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #19929A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19929A is #E66D65. Grayscale: #6E6E6E. Windows color (decimal): -15101286 or 10129945. OLE color: 10129945.

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

Color convert

RGB 25 146 154 -
CMYK 0.84 0.05 0 0.40
HSL 183.72º 0.72% 0.35% -
HSV(B) 183.72º 0.84% 0.6% -
XYZ 16.51 23.1 34.16 -
YUV 110.73 152.41 66.85 -
System Red Green Blue C M Y K H S L
Decimal 25 146 154 0.84 0.05 0 0.40 183.72 0.72 0.35
Hex 19 92 9A 54 5 0 28 B8 48 23
Octal 31 222 232 124 5 0 50 270 110 43
Binary 11001 10010010 10011010 1010100 101 0 101000 10111000 1001000 100011

Color Harmonies of #19929A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19929A

Black with #19929A

Text Example


Text Example

White with #19929A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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