Html Css Color HEX #19918F Java

📋 copy color: '#19918F'

red 25 ◦ green 145 ◦ blue 143

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

Shades of Java #19918F

Tints of Java #19918F

RGB

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

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

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

R = 7.99%
G = 46.33%
B = 45.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#19918F (or 0x19918F) is known color: Java. HEX triplet: 19, 91 and 8F. RGB value is (25,145,143). Sum of RGB (Red+Green+Blue) = 25+145+143=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #19918F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19918F is #E66E70. Grayscale: #6C6C6C. Windows color (decimal): -15101553 or 9408793. OLE color: 9408793.

HSL color Cylindrical-coordinate representation of color #19918F: hue angle of 179º 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 #19918F is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 145 143 -
CMYK 0.83 0 0.01 0.43
HSL 179º 0.71% 0.33% -
HSV(B) 179º 0.83% 0.57% -
XYZ 15.48 22.44 29.5 -
YUV 108.89 147.24 68.16 -
System Red Green Blue C M Y K H S L
Decimal 25 145 143 0.83 0 0.01 0.43 179 0.71 0.33
Hex 19 91 8F 53 0 1 2B B3 47 21
Octal 31 221 217 123 0 1 53 263 107 41
Binary 11001 10010001 10001111 1010011 0 1 101011 10110011 1000111 100001

Color Harmonies of #19918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19918F

Black with #19918F

Text Example


Text Example

White with #19918F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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