Html Css Color HEX #19888C Java

📋 copy color: '#19888C'

red 25 ◦ green 136 ◦ blue 140

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

Shades of Java #19888C

Tints of Java #19888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.18%

 BLUE value IS 140 (55.08% from 255) = 46.51%

R = 8.31%
G = 45.18%
B = 46.51%

CMYK

 C value IS 0.82

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19888C (or 0x19888C) is known color: Java. HEX triplet: 19, 88 and 8C. RGB value is (25,136,140). Sum of RGB (Red+Green+Blue) = 25+136+140=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #19888C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19888C is #E67773. Grayscale: #676767. Windows color (decimal): -15103860 or 9209881. OLE color: 9209881.

HSL color Cylindrical-coordinate representation of color #19888C: hue angle of 182.09º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19888C is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 136 140 -
CMYK 0.82 0.03 0 0.45
HSL 182.09º 0.7% 0.32% -
HSV(B) 182.09º 0.82% 0.55% -
XYZ 13.94 19.71 27.88 -
YUV 103.27 148.73 72.17 -
System Red Green Blue C M Y K H S L
Decimal 25 136 140 0.82 0.03 0 0.45 182.09 0.7 0.32
Hex 19 88 8C 52 3 0 2D B6 46 20
Octal 31 210 214 122 3 0 55 266 106 40
Binary 11001 10001000 10001100 1010010 11 0 101101 10110110 1000110 100000

Color Harmonies of #19888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19888C

Black with #19888C

Text Example


Text Example

White with #19888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,136,140); }

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

background-color css

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

 a { background-color: rgb(25,136,140); }

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

border-color css

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

 span { border-color: rgb(25,136,140); }

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