Html Css Color HEX #19888B Java

📋 copy color: '#19888B'

red 25 ◦ green 136 ◦ blue 139

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

Shades of Java #19888B

Tints of Java #19888B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.33%

R = 8.33%
G = 45.33%
B = 46.33%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19888B (or 0x19888B) is known color: Java. HEX triplet: 19, 88 and 8B. RGB value is (25,136,139). Sum of RGB (Red+Green+Blue) = 25+136+139=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #19888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19888B is #E67774. Grayscale: #676767. Windows color (decimal): -15103861 or 9144345. OLE color: 9144345.

HSL color Cylindrical-coordinate representation of color #19888B: hue angle of 181.58º 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 #19888B is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 136 139 -
CMYK 0.82 0.02 0 0.45
HSL 181.58º 0.7% 0.32% -
HSV(B) 181.58º 0.82% 0.55% -
XYZ 13.87 19.68 27.49 -
YUV 103.15 148.23 72.26 -
System Red Green Blue C M Y K H S L
Decimal 25 136 139 0.82 0.02 0 0.45 181.58 0.7 0.32
Hex 19 88 8B 52 2 0 2D B6 46 20
Octal 31 210 213 122 2 0 55 266 106 40
Binary 11001 10001000 10001011 1010010 10 0 101101 10110110 1000110 100000

Color Harmonies of #19888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19888B

Black with #19888B

Text Example


Text Example

White with #19888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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