Html Css Color HEX #19918E Java

📋 copy color: '#19918E'

red 25 ◦ green 145 ◦ blue 142

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

Shades of Java #19918E

Tints of Java #19918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.47%

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 8.01%
G = 46.47%
B = 45.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#19918E (or 0x19918E) is known color: Java. HEX triplet: 19, 91 and 8E. RGB value is (25,145,142). Sum of RGB (Red+Green+Blue) = 25+145+142=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #19918E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19918E is #E66E71. Grayscale: #6C6C6C. Windows color (decimal): -15101554 or 9343257. OLE color: 9343257.

HSL color Cylindrical-coordinate representation of color #19918E: hue angle of 178.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19918E is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 145 142 -
CMYK 0.83 0 0.02 0.43
HSL 178.5º 0.71% 0.33% -
HSV(B) 178.5º 0.83% 0.57% -
XYZ 15.41 22.41 29.1 -
YUV 108.78 146.74 68.24 -
System Red Green Blue C M Y K H S L
Decimal 25 145 142 0.83 0 0.02 0.43 178.5 0.71 0.33
Hex 19 91 8E 53 0 2 2B B2 47 21
Octal 31 221 216 123 0 2 53 262 107 41
Binary 11001 10010001 10001110 1010011 0 10 101011 10110010 1000111 100001

Color Harmonies of #19918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19918E

Black with #19918E

Text Example


Text Example

White with #19918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19918E; }

 p { color: rgb(25,145,142); }

 H1.HeaderClassName
 {
   color: #19918E;
 }
 .AnyTagClassName
 {
   color: #19918E;
 }
</style>

background-color css

<style>
 a { background-color: #19918E; }

 a { background-color: rgb(25,145,142); }

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

border-color css

<style>
 span { border-color: #19918E; }

 span { border-color: rgb(25,145,142); }

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