Html Css Color HEX #19888F Java

📋 copy color: '#19888F'

red 25 ◦ green 136 ◦ blue 143

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

Shades of Java #19888F

Tints of Java #19888F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.04%

R = 8.22%
G = 44.74%
B = 47.04%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19888F (or 0x19888F) is known color: Java. HEX triplet: 19, 88 and 8F. RGB value is (25,136,143). Sum of RGB (Red+Green+Blue) = 25+136+143=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #19888F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19888F is #E67770. Grayscale: #676767. Windows color (decimal): -15103857 or 9406489. OLE color: 9406489.

HSL color Cylindrical-coordinate representation of color #19888F: hue angle of 183.56º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19888F is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 136 143 -
CMYK 0.83 0.05 0 0.44
HSL 183.56º 0.7% 0.33% -
HSV(B) 183.56º 0.83% 0.56% -
XYZ 14.16 19.8 29.06 -
YUV 103.61 150.23 71.93 -
System Red Green Blue C M Y K H S L
Decimal 25 136 143 0.83 0.05 0 0.44 183.56 0.7 0.33
Hex 19 88 8F 53 5 0 2C B8 46 21
Octal 31 210 217 123 5 0 54 270 106 41
Binary 11001 10001000 10001111 1010011 101 0 101100 10111000 1000110 100001

Color Harmonies of #19888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19888F

Black with #19888F

Text Example


Text Example

White with #19888F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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