Html Css Color HEX #19959A Java

📋 copy color: '#19959A'

red 25 ◦ green 149 ◦ blue 154

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

Shades of Java #19959A

Tints of Java #19959A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.43%

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

R = 7.62%
G = 45.43%
B = 46.95%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#19959A (or 0x19959A) is known color: Java. HEX triplet: 19, 95 and 9A. RGB value is (25,149,154). Sum of RGB (Red+Green+Blue) = 25+149+154=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #19959A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19959A is #E66A65. Grayscale: #707070. Windows color (decimal): -15100518 or 10130713. OLE color: 10130713.

HSL color Cylindrical-coordinate representation of color #19959A: hue angle of 182.33º 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 #19959A is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 149 154 -
CMYK 0.84 0.03 0 0.40
HSL 182.33º 0.72% 0.35% -
HSV(B) 182.33º 0.84% 0.6% -
XYZ 16.98 24.03 34.32 -
YUV 112.49 151.42 65.59 -
System Red Green Blue C M Y K H S L
Decimal 25 149 154 0.84 0.03 0 0.40 182.33 0.72 0.35
Hex 19 95 9A 54 3 0 28 B6 48 23
Octal 31 225 232 124 3 0 50 266 110 43
Binary 11001 10010101 10011010 1010100 11 0 101000 10110110 1001000 100011

Color Harmonies of #19959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19959A

Black with #19959A

Text Example


Text Example

White with #19959A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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