Html Css Color HEX #19969A Java

📋 copy color: '#19969A'

red 25 ◦ green 150 ◦ blue 154

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

Shades of Java #19969A

Tints of Java #19969A

RGB

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

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

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

R = 7.6%
G = 45.59%
B = 46.81%

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

#19969A (or 0x19969A) is known color: Java. HEX triplet: 19, 96 and 9A. RGB value is (25,150,154). Sum of RGB (Red+Green+Blue) = 25+150+154=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #19969A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19969A is #E66965. Grayscale: #707070. Windows color (decimal): -15100262 or 10130969. OLE color: 10130969.

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

Color convert

RGB 25 150 154 -
CMYK 0.84 0.03 0 0.40
HSL 181.86º 0.72% 0.35% -
HSV(B) 181.86º 0.84% 0.6% -
XYZ 17.14 24.35 34.37 -
YUV 113.08 151.09 65.17 -
System Red Green Blue C M Y K H S L
Decimal 25 150 154 0.84 0.03 0 0.40 181.86 0.72 0.35
Hex 19 96 9A 54 3 0 28 B6 48 23
Octal 31 226 232 124 3 0 50 266 110 43
Binary 11001 10010110 10011010 1010100 11 0 101000 10110110 1001000 100011

Color Harmonies of #19969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19969A

Black with #19969A

Text Example


Text Example

White with #19969A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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