Html Css Color HEX #19909C Java

📋 copy color: '#19909C'

red 25 ◦ green 144 ◦ blue 156

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

Shades of Java #19909C

Tints of Java #19909C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

 BLUE value IS 156 (61.33% from 255) = 48%

R = 7.69%
G = 44.31%
B = 48%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19909C (or 0x19909C) is known color: Java. HEX triplet: 19, 90 and 9C. RGB value is (25,144,156). Sum of RGB (Red+Green+Blue) = 25+144+156=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #19909C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19909C is #E66F63. Grayscale: #6D6D6D. Windows color (decimal): -15101796 or 10260505. OLE color: 10260505.

HSL color Cylindrical-coordinate representation of color #19909C: hue angle of 185.5º 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 #19909C is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 144 156 -
CMYK 0.84 0.08 0 0.39
HSL 185.5º 0.72% 0.35% -
HSV(B) 185.5º 0.84% 0.61% -
XYZ 16.37 22.55 34.94 -
YUV 109.79 154.08 67.52 -
System Red Green Blue C M Y K H S L
Decimal 25 144 156 0.84 0.08 0 0.39 185.5 0.72 0.35
Hex 19 90 9C 54 8 0 27 B9 48 23
Octal 31 220 234 124 10 0 47 271 110 43
Binary 11001 10010000 10011100 1010100 1000 0 100111 10111001 1001000 100011

Color Harmonies of #19909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19909C

Black with #19909C

Text Example


Text Example

White with #19909C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19909C; }

 p { color: rgb(25,144,156); }

 H1.HeaderClassName
 {
   color: #19909C;
 }
 .AnyTagClassName
 {
   color: #19909C;
 }
</style>

background-color css

<style>
 a { background-color: #19909C; }

 a { background-color: rgb(25,144,156); }

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

border-color css

<style>
 span { border-color: #19909C; }

 span { border-color: rgb(25,144,156); }

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